mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Only cache cargo registry and git
This commit is contained in:
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
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cargo
|
~/.cargo/registry
|
||||||
|
~/.cargo/git
|
||||||
./target
|
./target
|
||||||
key: ${{ runner.os }}-${{ runner.arch }}-rust-${{ inputs.toolchain }}
|
key: ${{ runner.os }}-${{ runner.arch }}-rust-${{ inputs.toolchain }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user