Remove unneeded cache paths for test-blockchains CI job

This commit is contained in:
Steve Myers 2021-08-18 09:10:47 +02:00
parent ea56a87b4b
commit 73a7faf144
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -95,8 +95,6 @@ jobs:
with:
path: |
~/.cargo/registry
~/.cargo/bitcoin
~/.cargo/electrs
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ github.job }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}