Skip to content

Commit

Permalink
Trying to fix Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jul 18, 2023
1 parent 901016e commit df032d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit df032d4

Please sign in to comment.