Skip to content

Commit e90b28c

Browse files
committed
Bump cache key version to v2 for x64 host toolset
1 parent a066f9c commit e90b28c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
uses: actions/cache@v4
3636
with:
3737
path: build/_deps
38-
key: deps-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('CMakeLists.txt') }}
38+
key: deps-v2-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('CMakeLists.txt') }}
3939
restore-keys: |
40-
deps-${{ runner.os }}-${{ runner.arch }}-
40+
deps-v2-${{ runner.os }}-${{ runner.arch }}-
4141
4242
- name: Configure (Unix)
4343
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)