mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 10:33:54 -07:00
set unique ccache key
This commit is contained in:
parent
00424d2f15
commit
ed86b3101d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/desktop-build.yml
vendored
2
.github/workflows/desktop-build.yml
vendored
|
|
@ -284,8 +284,8 @@ jobs:
|
||||||
- name: Setup Ccache
|
- name: Setup Ccache
|
||||||
uses: jianmingyong/ccache-action@v1
|
uses: jianmingyong/ccache-action@v1
|
||||||
with:
|
with:
|
||||||
install: true
|
|
||||||
install-type: "binary"
|
install-type: "binary"
|
||||||
|
ccache-key-prefix: ccache-${{matrix.os}}-${{matrix.target}}-${{matrix.soc}}-${{matrix.type}}
|
||||||
|
|
||||||
# Using jurplel/install-qt-action to install Qt without using brew
|
# Using jurplel/install-qt-action to install Qt without using brew
|
||||||
# qt build using vcpkg either just fails or takes too long to build
|
# qt build using vcpkg either just fails or takes too long to build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue