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

Commit 99d7ba1

Browse files
committed
ci: Base target cache key on env.RUST_STABLE (version)
1 parent 190e664 commit 99d7ba1

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
@@ -102,7 +102,7 @@ jobs:
102102
~/.cargo/registry
103103
~/.cargo/git
104104
target
105-
key: cargo-build-${{ hashFiles('**/Cargo.lock') }}
105+
key: cargo-build-${{ hashFiles('**/Cargo.lock') }}-${{ env.RUST_STABLE}}
106106

107107
- uses: actions/cache@v2
108108
with:

0 commit comments

Comments
 (0)