GHA/windows: bump dl-mingw tests to -j8

To match the rest of Windows jobs.

dl-mingw, CM 9.5.0-x86_64 schannel: 4m24s -> 2m56s
dl-mingw, CM 7.3.0-x86_64 schannel U: 4m37s -> 3m10s
(based on a few runs.)

Closes #16271
This commit is contained in:
Viktor Szakats 2025-02-09 00:01:32 +01:00
parent a042c67df3
commit 032447e624
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -487,7 +487,7 @@ jobs:
timeout-minutes: 10
run: |
PATH="$(cygpath "${USERPROFILE}")/my-cache/${{ matrix.dir }}/bin:/c/msys64/usr/bin:$PATH"
export TFLAGS='-j4 ~WebSockets ${{ matrix.tflags }}'
export TFLAGS='-j8 ~WebSockets ${{ matrix.tflags }}'
if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then
TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")"
fi