Add more context to cache prefix-key
Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
This commit is contained in:
parent
74d4c5e12a
commit
ddcfc1f3d9
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -18,7 +18,9 @@ jobs:
|
|||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
# bump this to invalidate build/dependency cache
|
||||
# Bump this to manually invalidate the build/dependency cache
|
||||
# It is also keyed on the job, rustc version, Cargo.lock, and other
|
||||
# values explained here: <https://github.com/Swatinem/rust-cache#cache-details>
|
||||
prefix-key: "v0-rust"
|
||||
|
||||
- name: Check compilation
|
||||
|
|
Loading…
Add table
Reference in a new issue