Skip to content

Commit d55a307

Browse files
committed
Bump vcpkg cache key to v2 to force fresh cache entry
1 parent 9f9480d commit d55a307

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
uses: actions/cache@v4
2424
with:
2525
path: ./vcpkg_installed
26-
key: vcpkg-${{ runner.os }}-${{ hashFiles('vcpkg.json', 'vcpkg-configuration.json') }}
26+
key: vcpkg-v2-${{ runner.os }}-${{ hashFiles('vcpkg.json', 'vcpkg-configuration.json') }}
2727
restore-keys: |
28-
vcpkg-${{ runner.os }}-
28+
vcpkg-v2-${{ runner.os }}-
2929
3030
- name: Setup project
3131
shell: cmd

0 commit comments

Comments
 (0)