From d449bad607d7da6361da946b707caec89a985f13 Mon Sep 17 00:00:00 2001 From: Gunter Labes Date: Wed, 13 Sep 2023 11:00:05 +0200 Subject: [PATCH] Fix line continuation for cmd --- .github/workflows/ci-main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index ff2d0db6984..175d71b1b3d 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -298,9 +298,9 @@ jobs: - name: Run cmake run: | - cmake -DCMAKE_BUILD_TYPE=%CFG% -DENABLE_GAME=true -DENABLE_SERVER=true -DENABLE_CAMPAIGN_SERVER=true \ - -DENABLE_TESTS=true -DENABLE_MYSQL=false -DENABLE_NLS=false \ - -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_INSTALL_OPTIONS=--debug \ + cmake -DCMAKE_BUILD_TYPE=%CFG% -DENABLE_GAME=true -DENABLE_SERVER=true -DENABLE_CAMPAIGN_SERVER=true ^ + -DENABLE_TESTS=true -DENABLE_MYSQL=false -DENABLE_NLS=false ^ + -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_INSTALL_OPTIONS=--debug ^ -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_GENERATOR_PLATFORM=x64 -G "Visual Studio 16 2019" . # delete buildtrees directory to free up space after cmake invokes vcpkg to build the dependencies