mirror of
https://github.com/curl/curl.git
synced 2026-07-09 20:27:20 +03:00
fixup
This commit is contained in:
parent
419ca2f143
commit
7ecb0895ef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
|
@ -830,7 +830,7 @@ jobs:
|
|||
if [ "${TFLAGS}" = 'skiprun' ]; then
|
||||
options+=' -D_CURL_SKIP_BUILD_CERTS=ON'
|
||||
fi
|
||||
if [ "${TFLAGS}" = 'skiprun' ] && [ "${MATRIX_ARCH}" != 'x64' ]; then
|
||||
if [ "${TFLAGS}" = 'skiprun' ] || [ "${MATRIX_ARCH}" != 'x64' ]; then
|
||||
[ "${MATRIX_ARCH}" = 'arm64' ] && options+=' -A ARM64'
|
||||
[ "${MATRIX_ARCH}" = 'x64' ] && options+=' -A x64'
|
||||
[ "${MATRIX_ARCH}" = 'x86' ] && options+=' -A Win32'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue