We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4e805 commit 9ee010cCopy full SHA for 9ee010c
.github/workflows/rustc.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/cache@v4
21
with:
22
path: build/cg_clif
23
- key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
+ key: ${{ runner.os }}-rustc-test-cargo-build-target-${{ hashFiles('rust-toolchain', 'Cargo.lock') }}
24
25
- name: Prepare dependencies
26
run: ./y.sh prepare
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
- name: Install ripgrep
49
run: |
0 commit comments