GHA/windows: formatting

Follow-up to 1b8449674a #14992
This commit is contained in:
Viktor Szakats 2024-09-22 11:37:42 +02:00
parent 1b8449674a
commit 1124170475
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -325,7 +325,7 @@ jobs:
PATH="$(cygpath "${USERPROFILE}")/my-cache/${{ matrix.dir }}/bin:/c/msys64/usr/bin:$PATH"
[ '${{ matrix.type }}' = 'Debug' ] && options+=' -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG='
[ '${{ matrix.type }}' = 'Release' ] && options+=' -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE='
cmake -B bld ${options} -G 'MSYS Makefiles' \
cmake -B bld -G 'MSYS Makefiles' ${options} \
-DCMAKE_C_COMPILER=gcc \
'-DCMAKE_BUILD_TYPE=${{ matrix.type }}' \
-DCMAKE_UNITY_BUILD=ON -DCURL_TEST_BUNDLES=ON \