From 73a7faf14413fe49505e1281a0d49d6ea2e19cdc Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Wed, 18 Aug 2021 09:10:47 +0200 Subject: [PATCH] Remove unneeded cache paths for test-blockchains CI job --- .github/workflows/cont_integration.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index aa03c865..92fe2990 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -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') }}