File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -323,9 +323,9 @@ jobs:
323
323
id : restore-cache
324
324
with :
325
325
path : .ccache
326
- key : ccache-${{ matrix.image}}-${{ matrix.compiler }}-${{ matrix.parallel }}-${{ github.sha }}
326
+ key : ccache-${{ matrix.image}}-${{ matrix.compiler }}-${{ matrix.parallel }}-${{ matrix.shared }}-${{ github.sha }}
327
327
restore-keys : |
328
- ccache-${{ matrix.image }}-${{ matrix.compiler }}-${{ matrix.parallel }}
328
+ ccache-${{ matrix.image }}-${{ matrix.compiler }}-${{ matrix.parallel }}-${{ matrix.shared }}
329
329
- name : Configure cache
330
330
run : ccache -z
331
331
- name : Update
@@ -342,7 +342,7 @@ jobs:
342
342
id : save-cache
343
343
with :
344
344
path : .ccache
345
- key : ccache-${{ matrix.image }}-${{ matrix.compiler }}-${{ matrix.parallel }}-${{ github.sha }}
345
+ key : ccache-${{ matrix.image }}-${{ matrix.compiler }}-${{ matrix.parallel }}-${{ matrix.shared }}-${{ github.sha }}
346
346
- name : Test
347
347
run : gha/scripts/ci/gh-actions/run.sh test
348
348
You can’t perform that action at this time.
0 commit comments