You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-15 13:50:27 +02:00
Remove unnecessary cache key (#586)
They caches have been refreshed long ago. I'm no longer sure which #1322 I was referring to in the comment — it might have been a weird typo for #552.
This commit is contained in:
@ -7,5 +7,3 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Setup Rust cache
|
- name: Setup Rust cache
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
with:
|
|
||||||
prefix-key: v1 # Remove after merging #1322.
|
|
||||||
|
Reference in New Issue
Block a user