Skip to content

Commit c42c3d0

Browse files
committed
Use dedicated keys coverage workflows' caches
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent 4d60d73 commit c42c3d0

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
@@ -40,9 +40,9 @@ jobs:
4040
- uses: hendrikmuhs/ccache-action@main
4141
with:
4242
variant: sccache
43-
key: ${{ github.job }}-${{ github.runner.os }}
43+
key: ${{ github.job }}-${{ github.runner.os }}-coverage
4444
restore-keys: |
45-
ccache-libmamba-${{ github.runner.os }}
45+
ccache-libmamba-${{ github.runner.os }}-coverage
4646
- name: Build mamba with coverage
4747
run: |
4848
cmake -B build/ -G Ninja \

0 commit comments

Comments
 (0)