ci: fix conditional

This commit is contained in:
Rob Ede 2024-01-13 15:57:48 +00:00
parent c6086ae6e5
commit aa089182f2
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ jobs:
run: echo '${{steps.toolchain.outputs.rustup-version}}'
- name: Check lack of toolchain input or file results in stable
if: !matrix.write-toolchain-file && matrix.rust == null
if: matrix.write-toolchain-file == false && matrix.rust == null
shell: bash
run: |-
rustcv="$(rustc --version)"