3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-02-07 11:32:15 +00:00

fix: fix typo

This commit is contained in:
Narayan Bhat 2023-05-29 07:32:26 +05:30 committed by GitHub
parent 988c164c3d
commit 4fcdc37432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@ This cache is automatically keyed by:
An additional input `key` can be provided if the builtin keys are not sufficient. An additional input `key` can be provided if the builtin keys are not sufficient.
Before being persisted, the cache is cleaned of: Before being persisted, the cache is cleaned if:
- Any files in `~/.cargo/bin` that were present before the action ran (for example `rustc`). - Any files in `~/.cargo/bin` that were present before the action ran (for example `rustc`).
- Dependencies that are no longer used. - Dependencies that are no longer used.