Skip to content

Commit

Permalink
workflows: fix git
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 20, 2025
1 parent 1383241 commit 6684e0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-umu-debian-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:

- name: Initialize submodules
run: |
echo "GIT_DISCOVERY_ACROSS_FILESYSTEM=1" >> $GITHUB_ENV
git submodule update --init --recursive
GIT_DISCOVERY_ACROSS_FILESYSTEM=1 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 6684e0f

Please sign in to comment.