From: Viktor Szakats Date: Mon, 16 Sep 2024 21:49:00 +0000 (+0200) Subject: GHA/windows: fix bad typo in MSVC GnuTLS stunnel condition X-Git-Tag: curl-8_10_1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41290d4371b9789ce77c237d548c3d86df6373d3;p=thirdparty%2Fcurl.git GHA/windows: fix bad typo in MSVC GnuTLS stunnel condition Regression from e53523fef07894991c69d907a7c7794c7ada4ff4 #14859 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 964bb6513e..75d432d91d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -586,7 +586,7 @@ jobs: run: | # GnuTLS is not fully functional on Windows, so skip the tests # https://github.com/ShiftMediaProject/gnutls/issues/23 - if [[ '${{ matrix.name }}' = *'gnutls'* ]]; then + if [[ '${{ matrix.name }}' != *'gnutls'* ]]; then /c/ProgramData/chocolatey/choco.exe install --yes --no-progress --limit-output --timeout 180 --force stunnel openssh || true fi curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 https://live.sysinternals.com/handle64.exe --output /bin/handle64.exe