From 06d0270609dc15efef42d5bff37b357389af2a97 Mon Sep 17 00:00:00 2001 From: jatin Date: Sun, 25 Feb 2024 18:16:38 -0800 Subject: [PATCH] Trying to fix quotations --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1346d691..4e5171ec 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -26,7 +26,7 @@ jobs: - os: ubuntu-22.04 cmake_args: "-DCMAKE_CXX_COMPILER=g++-11" - os: windows-2022 - cmake_args: "-G\"Ninja Multi-Config\" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl" + cmake_args: -G"Ninja Multi-Config" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl - os: macos-13 cmake_args: "-DCMAKE_BUILD_TYPE=Release"