mirror of
https://github.com/actions/cache.git
synced 2026-04-19 11:05:44 +00:00
Merge 8bf5f61709 into 668228422a
This commit is contained in:
commit
2e280a6b2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue