Skip to content

Commit d2d4f41

Browse files
committed
Auto merge of #2596 - RalfJung:ci, r=RalfJung
fix caching check in CI
2 parents 86f0e63 + 3604a87 commit d2d4f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
restore-keys: ${{ runner.os }}-cargo
6363

6464
- name: Install rustup-toolchain-install-master
65-
if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
65+
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
6666
shell: bash
6767
run: |
6868
cargo install -f rustup-toolchain-install-master
@@ -114,7 +114,7 @@ jobs:
114114
restore-keys: ${{ runner.os }}-cargo
115115

116116
- name: Install rustup-toolchain-install-master
117-
if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
117+
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
118118
shell: bash
119119
run: |
120120
cargo install -f rustup-toolchain-install-master

0 commit comments

Comments
 (0)