mirror of
https://github.com/actions/cache.git
synced 2026-03-30 23:04:06 +00:00
Merge 8bf5f61709 into 668228422a
This commit is contained in:
commit
2e280a6b2f
@ -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…
Reference in New Issue
Block a user