Skip to content

Commit

Permalink
ci: more specific cache paths
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Oct 6, 2024
1 parent fc73d21 commit 9f1e41e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
continue-on-error: true
with:
path: |
~/.cargo
~/.cargo/registry
~/.cargo/git
target
key: ${{ github.job }}-${{ runner.os }}-${{ hashFiles('rust-toolchain') }}-${{ hashFiles('Cargo.lock') }}
restore-keys: |
Expand Down

0 comments on commit 9f1e41e

Please sign in to comment.