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 c6086ae commit aa08918Copy full SHA for aa08918
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
run: echo '${{steps.toolchain.outputs.rustup-version}}'
64
65
- name: Check lack of toolchain input or file results in stable
66
- if: !matrix.write-toolchain-file && matrix.rust == null
+ if: matrix.write-toolchain-file == false && matrix.rust == null
67
shell: bash
68
run: |-
69
rustcv="$(rustc --version)"
0 commit comments