Skip to content

Commit

Permalink
Use recursive clone
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Dec 27, 2023
1 parent 200f3d1 commit 0a989a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
with:
submodules: true

- name: Clone submodules
run: |
git submodule update --init --force --recursive
- name: Install dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit 0a989a3

Please sign in to comment.