From: Viktor Szakats Date: Sun, 22 Sep 2024 09:37:42 +0000 (+0200) Subject: GHA/windows: formatting X-Git-Tag: curl-8_11_0~367 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11241704758222dce21f5ce2c53d387cf4509e10;p=thirdparty%2Fcurl.git GHA/windows: formatting Follow-up to 1b8449674adb57ee0f60e761d654c69b20ee8fcf #14992 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e17651674c..7cff2fccec 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 \