Skip to content

Commit

Permalink
Github actions should also clone the submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Fusion86 committed Oct 6, 2023
1 parent 13d2b99 commit b3c124d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Install dependencies
run: |
Expand Down

0 comments on commit b3c124d

Please sign in to comment.