mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
Only cache cargo registry and git
This commit is contained in:
parent
18a1d15f78
commit
1362764b2b
1 changed files with 2 additions and 1 deletions
3
.github/actions/cached-rust/action.yml
vendored
3
.github/actions/cached-rust/action.yml
vendored
|
@ -19,7 +19,8 @@ runs:
|
|||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.cargo
|
||||
~/.cargo/registry
|
||||
~/.cargo/git
|
||||
./target
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-rust-${{ inputs.toolchain }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue