mirror of
https://github.com/actions/cache.git
synced 2026-06-23 08:12:41 +00:00
Merge eacc40379b21af5e357d9de4182dfe6a29a468b0 into 27d5ce7f107fe9357f9df03efb73ab90386fccae
This commit is contained in:
commit
3010d944f5
@ -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…
x
Reference in New Issue
Block a user