mirror of
https://github.com/actions/cache.git
synced 2026-08-22 08:23:01 +00:00
Merge eacc40379b21af5e357d9de4182dfe6a29a468b0 into 3edfce9056124e459a23f683a21433670d47daca
This commit is contained in:
commit
63799c2f43
@ -618,7 +618,7 @@ whenever possible:
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
target/
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
```
|
||||
|
||||
## Scala - SBT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user