mirror of
https://github.com/actions/cache.git
synced 2026-04-10 16:36:38 +00:00
Merge 8bf5f61709 into 668228422a
This commit is contained in:
commit
2e280a6b2f
@ -618,7 +618,7 @@ whenever possible:
|
|||||||
~/.cargo/registry/cache/
|
~/.cargo/registry/cache/
|
||||||
~/.cargo/git/db/
|
~/.cargo/git/db/
|
||||||
target/
|
target/
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-${{ runner.arch }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Scala - SBT
|
## Scala - SBT
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user