We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86f0e63 + 3604a87 commit d2d4f41Copy full SHA for d2d4f41
.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