mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2025-02-16 20:28:25 +00:00
Results cache, not rust cache
This commit is contained in:
parent
aeac71fdfb
commit
9151e08714
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
toolchain: stable
|
||||
components: rustfmt
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Load rust cache
|
||||
- name: Load results cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
save-always: true
|
||||
|
|
Loading…
Add table
Reference in a new issue