We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afca9dc commit f8832a4Copy full SHA for f8832a4
src/tools/miri/.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
restore-keys: ${{ runner.os }}-cargo
63
64
- name: Install rustup-toolchain-install-master
65
- if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
+ if: ${{ steps.cache.outputs.cache-hit != 'true' }}
66
shell: bash
67
run: |
68
cargo install -f rustup-toolchain-install-master
@@ -114,7 +114,7 @@ jobs:
114
115
116
117
118
119
120
0 commit comments