Add more context to cache prefix-key

Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
This commit is contained in:
Evan Lloyd New-Schmidt 2023-05-31 09:31:22 -04:00
parent 74d4c5e12a
commit ddcfc1f3d9

View file

@ -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