Skip to content

Commit dd91be5

Browse files
frozenspiderWiseMrMusa
authored andcommitted
Fixed one more place where generic cache was used
1 parent e430e56 commit dd91be5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
~/.cargo/registry/cache/
3131
~/.cargo/git/db/
3232
target/
33-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
34-
restore-keys: ${{ runner.os }}-cargo-
33+
key: ${{ runner.os }}-cargo-llvm-cov-${{ hashFiles('**/Cargo.lock') }}
34+
restore-keys: ${{ runner.os }}-cargo-llvm-cov
3535

3636
- run: which cargo-llvm-cov || cargo install cargo-llvm-cov
3737
- run: rustup component add llvm-tools-preview

0 commit comments

Comments
 (0)