Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit b060363

Browse files
author
Hendrik van Antwerpen
committed
Fix caching
1 parent dea3ddc commit b060363

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/perf.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,12 @@ jobs:
3232
uses: hecrj/setup-rust-action@v1
3333
with:
3434
rust-version: stable
35-
- name: Cache dependencies
35+
- name: Cache Rust dependencies
3636
uses: actions/cache@v3
3737
with:
3838
path: |
3939
~/.cargo
40-
${{ env.BASE_DIR }}/target
41-
${{ env.HEAD_DIR }}/target
42-
key: ${{ runner.OS }}-cargo-${{ hashFiles('**/Cargo.lock') }}
43-
restore-keys: |
44-
${{ runner.OS }}-cargo-
40+
key: ${{ runner.OS }}-cargo-home
4541
- name: Install valgrind
4642
run: |
4743
sudo apt-get update

0 commit comments

Comments
 (0)