mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-14 05:16:21 +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:
parent
c0d03bd86b
commit
934f9368c1
@ -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.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user