Skip to content

Commit

Permalink
workflows: init submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 20, 2025
1 parent 6045e0b commit b2533aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-umu-debian-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Initialize submodules
run: git submodule update --init --recursive

- name: Copy debian packaging folder to the repository root
run: cp -rvf ./packaging/deb/debian ./debian

Expand Down

0 comments on commit b2533aa

Please sign in to comment.