mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-03-21 17:55:21 -05:00
add sccache prefix
This commit is contained in:
parent
e0908ac627
commit
d54d2cccbf
4
.github/workflows/desktop-build.yml
vendored
4
.github/workflows/desktop-build.yml
vendored
|
|
@ -349,8 +349,8 @@ jobs:
|
|||
- name: Setup ${{ matrix.ccache_variant }}
|
||||
uses: hendrikmuhs/ccache-action@v1.2.20
|
||||
with:
|
||||
key: ${{ matrix.runner }}-${{ matrix.soc || 'Windows' }}-${{ matrix.type }}-master
|
||||
restore-keys: ${{ matrix.runner }}-${{ matrix.soc || 'Windows' }}-${{ matrix.type }}-master-
|
||||
key: ${{ matrix.ccache_variant}}-${{ matrix.runner }}-${{ matrix.soc || 'Windows' }}-${{ matrix.type }}-master
|
||||
restore-keys: ${{ matrix.ccache_variant}}-${{ matrix.runner }}-${{ matrix.soc || 'Windows' }}-${{ matrix.type }}-master-
|
||||
max-size: 500M
|
||||
variant: ${{ matrix.ccache_variant }}
|
||||
save: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user