Skip to content

Commit 2762e3f

Browse files
authored
Update coverage.yml
1 parent 76573cf commit 2762e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
uses: actions/cache@v3
4040
with:
4141
path: $CACHE_DIR
42-
key: ${{ runner.os }}-ccache-${{ matrix.compiler }}-${{ matrix.build_type }}-${{ hashFiles('CMakeLists.txt') }}
42+
key: ${{ runner.os }}-ccache-${{ hashFiles('.github/workflows/coverage.yml') }}
4343
restore-keys: |
4444
${{ runner.os }}-ccache-
4545
4646
- name: Cache build directory
4747
uses: actions/cache@v3
4848
with:
4949
path: build/
50-
key: ${{ runner.os }}-build-${{ matrix.compiler }}-${{ matrix.build_type }}-${{ github.sha }}
50+
key: ${{ runner.os }}-build--${{ hashFiles('.github/workflows/coverage.yml') }}-${{ github.sha }}
5151
restore-keys: |
5252
${{ runner.os }}-build-
5353

0 commit comments

Comments
 (0)