mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 09:03:57 -07:00
Update desktop-build.yml
This commit is contained in:
parent
9a761246fe
commit
fdffc5cf37
1 changed files with 1 additions and 1 deletions
2
.github/workflows/desktop-build.yml
vendored
2
.github/workflows/desktop-build.yml
vendored
|
|
@ -449,7 +449,7 @@ jobs:
|
|||
- name: Delete old compiler cache (ccache)
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
if: github.ref == 'refs/heads/master' && steps.ccache_restore.outputs.cache-hit
|
||||
if: github.ref == 'refs/heads/master' && matrix.use_ccache == 1 && steps.ccache_restore.outputs.cache-hit
|
||||
run: gh cache delete --repo ${{ github.repository }} ${{ steps.ccache_restore.outputs.cache-primary-key }}
|
||||
|
||||
- name: Save compiler cache (ccache)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue