We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54f040 commit 743fb91Copy full SHA for 743fb91
.github/workflows/macos.yml
@@ -24,7 +24,7 @@ jobs:
24
id: cache-vcpkg
25
with:
26
path: build/vcpkg_cache/
27
- key: vcpkg-binaries-x64-osx
+ key: vcpkg-binaries-x64-osx-${{ hashFiles('vcpkg.json') }}
28
29
- name: Create Build Environment
30
if: ${{ !steps.cache-vcpkg.outputs.cache-hit }}
.github/workflows/windows.yml
@@ -29,7 +29,7 @@ jobs:
31
32
- key: vcpkg-binaries-${{ steps.set-variables.outputs.vcpkg_triplet }}
+ key: vcpkg-binaries-${{ steps.set-variables.outputs.vcpkg_triplet }}-${{ hashFiles('vcpkg.json') }}
33
34
35
0 commit comments