From df032d480996047eeab15956f0bbe01210683d01 Mon Sep 17 00:00:00 2001 From: jatin Date: Mon, 17 Jul 2023 22:27:19 -0700 Subject: [PATCH] Trying to fix Windows CI --- .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 02f9a48f..fdcda859 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -26,7 +26,7 @@ jobs: - os: ubuntu-latest cmake_args: "-DCMAKE_CXX_COMPILER=g++-11" - os: windows-2022 - cmake_args: "-G\"Visual Studio 17 2022\" -TClangCL -A x64" + cmake_args: "-TClangCL -A x64" - os: macos-latest cmake_args: "-DCMAKE_BUILD_TYPE=Release"