mirror of
https://github.com/actions/cache.git
synced 2026-03-25 08:00:40 +00:00
Merge 258f8c911175ca2f9d4a0ad53d24f71381d9dfba into 668228422ae6a00e4ad889ee87cd7109ec5666a7
This commit is contained in:
commit
142d476587
@ -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