ci: Rename vcpkg binary cache entity to force rebuild

This commit is contained in:
Hennadii Stepanov
2026-04-13 12:32:36 +01:00
parent dc93091083
commit 09c0e37789

View File

@@ -267,7 +267,7 @@ jobs:
id: vcpkg-binary-cache
with:
path: ~/AppData/Local/vcpkg/archives
key: ${{ github.job }}-vcpkg-binary-${{ hashFiles('cmake_version', 'msbuild_version', 'toolset_version', 'vcpkg.json') }}
key: ${{ github.job }}-vcpkg-binary-release-${{ hashFiles('cmake_version', 'msbuild_version', 'toolset_version', 'vcpkg.json') }}
- name: Generate build system
run: |