mirror of
https://github.com/actions/cache.git
synced 2026-05-13 21:38:06 +00:00
Compare commits
5 Commits
ff15601abc
...
3010d944f5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3010d944f5 | ||
|
|
eacc40379b | ||
|
|
8bf5f61709 | ||
|
|
258f8c9111 | ||
|
|
0e9f0072e7 |
@ -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