GHA: simplify boolean if comparisons

Closes #21709
This commit is contained in:
Viktor Szakats 2026-05-21 11:28:58 +02:00
parent af511a22cb
commit c583e825f7
No known key found for this signature in database
5 changed files with 45 additions and 45 deletions

View file

@ -316,7 +316,7 @@ jobs:
key: ${{ runner.os }}-djgpp-${{ env.TOOLCHAIN_VERSION }}-amd64
- name: 'install compiler (djgpp)'
if: ${{ steps.cache-compiler.outputs.cache-hit != 'true' }}
if: ${{ !steps.cache-compiler.outputs.cache-hit }}
run: |
cd ~
curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 120 --retry 3 --retry-connrefused \