GHA/windows: fix bad typo in MSVC GnuTLS stunnel condition
Regression from e53523fef0 #14859
This commit is contained in:
parent
8a7efdb876
commit
41290d4371
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user