fix ccache restore key

develop
Myk Taylor 2023-03-07 22:27:50 -08:00
parent f974ac043f
commit 787844e8e6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -34,7 +34,7 @@ jobs:
path: build/win64-cross/ccache
key: ccache-win64-cross-msvc-${{ github.event.inputs.commit_hash }}
restore-keys: |
ccache-win64-cross-msvc-${{ github.event.inputs.commit_hash }}
ccache-win64-cross-msvc-develop-${{ github.event.inputs.commit_hash }}
ccache-win64-cross-msvc
- name: Cross-compile win64 artifacts
env: