mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-29 21:40:01 +00:00
fix: Fix caching issues.
This commit is contained in:
parent
b183549b9a
commit
c49c6099c9
4 changed files with 22 additions and 14 deletions
|
@ -94,8 +94,8 @@ The following optimizations and considerations are taken into account when cachi
|
|||
`src`, `.cache`, and any other unnecessary files.
|
||||
- Only the `/target/debug` profile is cached, as this profile is typically used for formatting,
|
||||
linting, and testing.
|
||||
- The following sources are hashed for the generated cache key: `Cargo.lock`, Rust version, Rust
|
||||
commit hash, and operating system.
|
||||
- The following sources are hashed for the generated cache key: `$GITHUB_JOB`, `Cargo.lock`, Rust
|
||||
version, Rust commit hash, and operating system.
|
||||
|
||||
## Compared to
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue