Only cache cargo registry and git

This commit is contained in:
Luke Parker
2022-07-23 07:10:25 -04:00
parent 18a1d15f78
commit 1362764b2b

View File

@@ -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 }}