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

@ -123,7 +123,7 @@ jobs:
key: iOS-${{ env.cache-name }}-${{ env.LIBRESSL_VERSION }}
- name: 'build libressl'
if: ${{ contains(matrix.build.install_steps, 'libressl') && steps.cache-libressl.outputs.cache-hit != 'true' }}
if: ${{ contains(matrix.build.install_steps, 'libressl') && !steps.cache-libressl.outputs.cache-hit }}
run: |
curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 --retry-connrefused \
--location "https://github.com/libressl/portable/releases/download/v${LIBRESSL_VERSION}/libressl-${LIBRESSL_VERSION}.tar.gz" --output pkg.bin