Skip to content

Commit

Permalink
workflows: fix submodule init
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 7, 2025
1 parent 0a03a5d commit 74f03bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-umu-debian-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
submodules: recursive
fetch-depth: 0

- 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
4 changes: 4 additions & 0 deletions .github/workflows/build-umu-ubuntu-noble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
submodules: recursive
fetch-depth: 0

- name: Initialize submodules
run: |
git submodule update --init --recursive
- name: Copy debian packaging folder to the repository root
run: cp -rvf ./packaging/deb/ubuntu ./debian

Expand Down

0 comments on commit 74f03bb

Please sign in to comment.