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
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

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