diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4bb6c7ea2f..7a4006bcf2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -315,13 +315,13 @@ jobs: url: 'https://github.com/brechtsanders/winlibs_mingw/releases/download/9.5.0-10.0.0-msvcrt-r1/winlibs-x86_64-posix-seh-gcc-9.5.0-mingw-w64msvcrt-10.0.0-r1.7z' config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=OFF' type: 'Release' - tflags: '~1139 ~1177 ~1477 ~2301 ~2302 ~3027' + tflags: '~2301 ~2302 ~3027' - build: 'cmake' env: '7.3.0-x86_64' url: 'https://downloads.sourceforge.net/mingw-w64/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/7.3.0/threads-win32/seh/x86_64-7.3.0-release-win32-seh-rt_v5-rev0.7z' config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=ON' type: 'Debug' - tflags: '~1139 ~1177 ~1477 ~2301 ~2302 ~3027' + tflags: '~2301 ~2302 ~3027' - build: 'cmake' env: '6.4.0-i686' url: 'https://downloads.sourceforge.net/mingw-w64/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/6.4.0/threads-win32/dwarf/i686-6.4.0-release-win32-dwarf-rt_v5-rev0.7z'