diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fc202d..c9120aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)"