mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 09:33:57 -07:00
install ccache
This commit is contained in:
parent
de840e1573
commit
37ff486bc0
1 changed files with 4 additions and 0 deletions
4
.github/workflows/desktop-build.yml
vendored
4
.github/workflows/desktop-build.yml
vendored
|
|
@ -358,6 +358,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
msbuild-architecture: x64
|
msbuild-architecture: x64
|
||||||
|
|
||||||
|
- name: Setup ccache
|
||||||
|
if: matrix.use_ccache == 1 && matrix.os == 'macOS'
|
||||||
|
run: brew install ccache
|
||||||
|
|
||||||
- name: Restore compiler cache (ccache)
|
- name: Restore compiler cache (ccache)
|
||||||
if: matrix.use_ccache == 1
|
if: matrix.use_ccache == 1
|
||||||
id: ccache_restore
|
id: ccache_restore
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue