mirror of
https://github.com/curl/curl.git
synced 2026-05-30 08:17:30 +03:00
GHA: disable TFTP and WebSockets tests in old-mingw-w64
Follow-up to03bd16e533#13860 Follow-up todef7d05382
This commit is contained in:
parent
5e2e470f20
commit
dfbf2b7afa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
|
@ -404,7 +404,7 @@ jobs:
|
|||
shell: C:\msys64\usr\bin\bash.exe {0}
|
||||
run: |
|
||||
export PATH="$(cygpath "${USERPROFILE}")/my-cache/${{ matrix.dir }}/bin:/c/msys64/usr/bin:$PATH"
|
||||
export TFLAGS='-j14 !TFTP ${{ matrix.tflags }}'
|
||||
export TFLAGS='-j14 !TFTP !MQTT !WebSockets ${{ matrix.tflags }}'
|
||||
if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then
|
||||
TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue