We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76573cf commit 2762e3fCopy full SHA for 2762e3f
.github/workflows/coverage.yml
@@ -39,15 +39,15 @@ jobs:
39
uses: actions/cache@v3
40
with:
41
path: $CACHE_DIR
42
- key: ${{ runner.os }}-ccache-${{ matrix.compiler }}-${{ matrix.build_type }}-${{ hashFiles('CMakeLists.txt') }}
+ key: ${{ runner.os }}-ccache-${{ hashFiles('.github/workflows/coverage.yml') }}
43
restore-keys: |
44
${{ runner.os }}-ccache-
45
46
- name: Cache build directory
47
48
49
path: build/
50
- key: ${{ runner.os }}-build-${{ matrix.compiler }}-${{ matrix.build_type }}-${{ github.sha }}
+ key: ${{ runner.os }}-build--${{ hashFiles('.github/workflows/coverage.yml') }}-${{ github.sha }}
51
52
${{ runner.os }}-build-
53
0 commit comments