GHA seems to have strange booleans

This commit is contained in:
Ralf Jung 2022-09-29 10:33:37 +02:00
parent ca9eed3db8
commit 49532bf1f5

View File

@ -61,7 +61,7 @@ jobs:
restore-keys: ${{ runner.os }}-cargo
- name: Install rustup-toolchain-install-master
if: ${{ steps.cache.outputs.cache-hit == 'false' }}
if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
shell: bash
run: |
cargo install -f rustup-toolchain-install-master