Skip to content

Commit

Permalink
Added submodules to GH actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Goubermouche committed Feb 13, 2024
1 parent bc9e056 commit 8f47361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: true

- name: Install Premake
if: steps.cache-premake.outputs.cache-hit != 'true'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: true

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.1
Expand Down

0 comments on commit 8f47361

Please sign in to comment.