Skip to content

Commit

Permalink
ci: init git submodules for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 7, 2025
1 parent 70ea89f commit d56039d
Show file tree
Hide file tree
Showing 4 changed files with 12 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 @@ -18,6 +18,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Copy debian packaging folder to the repository root
run: cp -rvf ./packaging/deb/debian ./debian
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-umu-fedora-40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:

- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Configure Git safe directory
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-umu-fedora-41.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:

- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Configure Git safe directory
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-umu-ubuntu-noble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

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

0 comments on commit d56039d

Please sign in to comment.