Skip to content

Commit

Permalink
ci: fix conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jan 13, 2024
1 parent c6086ae commit aa08918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit aa08918

Please sign in to comment.