From 8d53385fcd1aeddfb902f65464562a5250fca15c Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Thu, 4 Feb 2021 11:18:05 -0700 Subject: [PATCH] Remove target from cache (#1159) --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index ba77eb1e..1485bc91 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -101,7 +101,7 @@ jobs: path: | ~/.cargo/registry ~/.cargo/git - target + # target # Removed due to build dependency caching conflicts key: cargo-build-${{ hashFiles('**/Cargo.lock') }}-${{ env.RUST_STABLE}} - uses: actions/cache@v2