mirror of https://github.com/actions/cache
Merge 8d70dfb799 into 27d5ce7f10
This commit is contained in:
commit
e0fe3b27ea
|
|
@ -613,6 +613,7 @@ whenever possible:
|
|||
- uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/.crates.toml
|
||||
~/.cargo/bin/
|
||||
~/.cargo/registry/index/
|
||||
~/.cargo/registry/cache/
|
||||
|
|
|
|||
Loading…
Reference in New Issue