Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 8d53385

Browse files
Remove target from cache (#1159)
1 parent b264915 commit 8d53385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
path: |
102102
~/.cargo/registry
103103
~/.cargo/git
104-
target
104+
# target # Removed due to build dependency caching conflicts
105105
key: cargo-build-${{ hashFiles('**/Cargo.lock') }}-${{ env.RUST_STABLE}}
106106

107107
- uses: actions/cache@v2

0 commit comments

Comments
 (0)