Skip to content

Commit

Permalink
Fix submodule resolution
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Oct 31, 2024
1 parent a4c95f0 commit a7a71b6
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-natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Setup .NET 8
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Setup .NET 8
Expand Down

0 comments on commit a7a71b6

Please sign in to comment.