mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-28 11:53:11 -07:00
Update desktop-build.yml
This commit is contained in:
5
.github/workflows/desktop-build.yml
vendored
5
.github/workflows/desktop-build.yml
vendored
@@ -344,6 +344,11 @@ jobs:
|
||||
if: matrix.use_sccache == 1 && matrix.os == 'Windows'
|
||||
uses: mozilla-actions/sccache-action@v0.0.9
|
||||
|
||||
# workaround, see https://github.com/Mozilla-Actions/sccache-action/issues/177
|
||||
- name: Ensure sccache is using GHA cache (Windows)
|
||||
if: matrix.use_sccache == 1 && matrix.os == 'Windows'
|
||||
run: Add-Content -Path $env:GITHUB_ENV -Value "SCCACHE_GHA_ENABLED=true"
|
||||
|
||||
- name: Setup ccache (macOS)
|
||||
if: matrix.use_ccache == 1 && matrix.os == 'macOS'
|
||||
run: brew install ccache
|
||||
|
||||
Reference in New Issue
Block a user