mirror of
https://github.com/curl/curl.git
synced 2025-04-18 16:30:45 +08:00
GHA/windows: ignore flaky 2310 with MSVC again
Follow-up to 1bd5ac998bbc943dbf812b2824ad0f532201734c #16570
This commit is contained in:
parent
bc55b435af
commit
7cc4a23ee4
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
@ -906,6 +906,7 @@ jobs:
|
||||
run: |
|
||||
export CURL_DIRSUFFIX='${{ matrix.type }}'
|
||||
export TFLAGS='-j8 ${{ matrix.tflags }} ~2302 ~2303 ~2307'
|
||||
TFLAGS+=' ~2310' # flaky
|
||||
PATH="$PWD/bld/lib/${{ matrix.type }}:$PATH:/c/Program Files (x86)/stunnel/bin:/c/Program Files/OpenSSH-Win64"
|
||||
PATH="/c/msys64/usr/bin:$PATH"
|
||||
cmake --build bld --config '${{ matrix.type }}' --target test-ci
|
||||
|
Loading…
x
Reference in New Issue
Block a user