ci: fix conditional
This commit is contained in:
parent
c6086ae6e5
commit
aa089182f2
|
@ -63,7 +63,7 @@ jobs:
|
||||||
run: echo '${{steps.toolchain.outputs.rustup-version}}'
|
run: echo '${{steps.toolchain.outputs.rustup-version}}'
|
||||||
|
|
||||||
- name: Check lack of toolchain input or file results in stable
|
- 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
|
shell: bash
|
||||||
run: |-
|
run: |-
|
||||||
rustcv="$(rustc --version)"
|
rustcv="$(rustc --version)"
|
||||||
|
|
Loading…
Reference in New Issue