1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-02-04 10:09:29 +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:
Martin Geisler 2023-04-27 10:25:02 -07:00 committed by GitHub
parent c0d03bd86b
commit 934f9368c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,5 +7,3 @@ runs:
steps:
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: v1 # Remove after merging #1322.