Skip to content

Commit

Permalink
Use ClangCL on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Jun 12, 2022
1 parent 8729419 commit 516261a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
arch: x64

- name: CMake configure -- Release
run: cmake -S . -B cmake-build-release -G "Visual Studio 16 2019" -D CMAKE_BUILD_TYPE=Release
run: cmake -S . -B cmake-build-release -G "Visual Studio 16 2019" -T ClangCL -D CMAKE_BUILD_TYPE=Release

- name: CMake build -- Release
run: cmake --build cmake-build-release --config "Release"
Expand Down

0 comments on commit 516261a

Please sign in to comment.