mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Merge branch 'HarbourMasters:develop' into develop-pausewarp
This commit is contained in:
commit
d8f59f08a6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/generate-builds.yml
vendored
2
.github/workflows/generate-builds.yml
vendored
|
@ -276,7 +276,7 @@ jobs:
|
||||||
if: ${{ !vars.WINDOWS_RUNNER }}
|
if: ${{ !vars.WINDOWS_RUNNER }}
|
||||||
run: |
|
run: |
|
||||||
choco install ninja
|
choco install ninja
|
||||||
Remove-Item -Path "C:\ProgramData\Chocolatey\bin\ccache.exe" -Force
|
Remove-Item -Path "C:\ProgramData\Chocolatey\bin\ccache.exe" -Force -ErrorAction SilentlyContinue
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue