mirror of
https://github.com/actions/cache.git
synced 2026-04-24 08:04:41 +00:00
Merge 8bf5f6170996839476d5acbe7bbb5102ab844cc4 into 27d5ce7f107fe9357f9df03efb73ab90386fccae
This commit is contained in:
commit
ff15601abc
@ -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