mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-22 01:12:19 -05:00
[ci] silently continue when trying to delete ccache.exe if it doesn't exist (#3222)
This commit is contained in:
parent
bb643661f6
commit
8fdee66610
2
.github/workflows/generate-builds.yml
vendored
2
.github/workflows/generate-builds.yml
vendored
@ -276,7 +276,7 @@ jobs:
|
||||
if: ${{ !vars.WINDOWS_RUNNER }}
|
||||
run: |
|
||||
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
|
||||
with:
|
||||
submodules: true
|
||||
|
Loading…
Reference in New Issue
Block a user