Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Dec 27, 2023
1 parent 0a989a3 commit 1e7ba11
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: true

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

0 comments on commit 1e7ba11

Please sign in to comment.