Skip to content

Commit aa08918

Browse files
committed
ci: fix conditional
1 parent c6086ae commit aa08918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: echo '${{steps.toolchain.outputs.rustup-version}}'
6464

6565
- name: Check lack of toolchain input or file results in stable
66-
if: !matrix.write-toolchain-file && matrix.rust == null
66+
if: matrix.write-toolchain-file == false && matrix.rust == null
6767
shell: bash
6868
run: |-
6969
rustcv="$(rustc --version)"

0 commit comments

Comments
 (0)