mirror of
https://github.com/curl/curl.git
synced 2026-05-15 16:16:21 +03:00
GHA/windows: ignore flaky 2310 with MSVC again
Follow-up to 1bd5ac998b #16570
This commit is contained in:
parent
bc55b435af
commit
7cc4a23ee4
1 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue