Remove target from cache (#1159)

This commit is contained in:
Tyera Eulberg 2021-02-04 11:18:05 -07:00 committed by GitHub
parent b26491552f
commit 8d53385fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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