We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a066f9c commit e90b28cCopy full SHA for e90b28c
1 file changed
.github/workflows/ci.yml
@@ -35,9 +35,9 @@ jobs:
35
uses: actions/cache@v4
36
with:
37
path: build/_deps
38
- key: deps-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('CMakeLists.txt') }}
+ key: deps-v2-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('CMakeLists.txt') }}
39
restore-keys: |
40
- deps-${{ runner.os }}-${{ runner.arch }}-
+ deps-v2-${{ runner.os }}-${{ runner.arch }}-
41
42
- name: Configure (Unix)
43
if: runner.os != 'Windows'
0 commit comments