Skip to content

Commit

Permalink
fix submodule checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Nov 28, 2024
1 parent 3f68e94 commit 8394046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-gg-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: build
shell: bash
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-gg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: build
shell: bash
run: |
Expand Down

0 comments on commit 8394046

Please sign in to comment.