mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 00:53:57 -07:00
oversight
This commit is contained in:
parent
c3c8a459ac
commit
5a3b31acca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/desktop-build.yml
vendored
2
.github/workflows/desktop-build.yml
vendored
|
|
@ -355,7 +355,7 @@ jobs:
|
||||||
msbuild-architecture: x64
|
msbuild-architecture: x64
|
||||||
|
|
||||||
- name: Setup ccache
|
- name: Setup ccache
|
||||||
if: matrix.use_ccache == 1 && matrix.os == 'macOS'
|
if: matrix.use_ccache == 1 && runner.os == 'macOS'
|
||||||
run: brew install ccache
|
run: brew install ccache
|
||||||
|
|
||||||
- name: Restore compiler cache (ccache)
|
- name: Restore compiler cache (ccache)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue