mirror of
https://github.com/Swatinem/rust-cache
synced 2026-02-07 03:22:15 +00:00
fix: fix typo
This commit is contained in:
parent
988c164c3d
commit
4fcdc37432
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue