mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:37:18 +03:00
GHA/windows: move dl-mingw tests from 9.5.0 to 15.1.0
To see if it's less flaky. Also to finish 1m faster due to faster builds. Closes #19947
This commit is contained in:
parent
77eb6697f5
commit
b83fb8cde7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
|
@ -431,7 +431,6 @@ jobs:
|
|||
url: 'https://github.com/skeeto/w64devkit/releases/download/v2.2.0/w64devkit-x64-2.2.0.7z.exe'
|
||||
config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=OFF'
|
||||
type: 'Release'
|
||||
tflags: 'skiprun'
|
||||
- name: 'schannel' # mingw-w64 10.0
|
||||
sys: 'mingw64'
|
||||
dir: 'mingw64'
|
||||
|
|
@ -440,6 +439,7 @@ 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: 'skiprun'
|
||||
- name: 'schannel mbedtls U' # mingw-w64 6.0
|
||||
sys: 'mingw64'
|
||||
dir: 'mingw64'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue