mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +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
|
||||
with:
|
||||
path: |
|
||||
~/.cargo
|
||||
~/.cargo/registry
|
||||
~/.cargo/git
|
||||
./target
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-rust-${{ inputs.toolchain }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user