mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 15:37:53 -05:00
whoooops wrong sccache key
This commit is contained in:
parent
551b9045d3
commit
2a4b17b9b7
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup-cache/action.yml
vendored
2
.github/actions/setup-cache/action.yml
vendored
|
@ -39,7 +39,7 @@ runs:
|
|||
uses: hendrikmuhs/ccache-action@v1.2.13
|
||||
with:
|
||||
variant: sccache
|
||||
key: win-v1
|
||||
key: ${{ inputs.target }}-v1
|
||||
if: inputs.use-ccache
|
||||
|
||||
- name: Setup CPM Cache
|
||||
|
|
Loading…
Reference in a new issue