Skip to content

Commit 1f94167

Browse files
committed
Update cache key
1 parent 61ab187 commit 1f94167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: cache-vcpkg
2929
with:
3030
path: build/vcpkg_cache/
31-
key: vcpkg-${{ steps.set-variables.outputs.vcpkg_triplet }}
31+
key: vcpkg-binaries-${{ steps.set-variables.outputs.vcpkg_triplet }}
3232

3333
- name: Create Build Environment
3434
if: ${{ !steps.cache-vcpkg.outputs.cache-hit }}

0 commit comments

Comments
 (0)