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 a214877 commit 67b9cd4Copy full SHA for 67b9cd4
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
restore-keys: ${{ runner.os }}-cargo
62
63
- name: Install rustup-toolchain-install-master
64
- if: ${{ steps.cache.outputs.cache-hit == 'false' }}
+ if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
65
shell: bash
66
run: |
67
cargo install -f rustup-toolchain-install-master
0 commit comments