Skip to content

Commit

Permalink
CI: using clang on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Feb 18, 2022
1 parent 598639d commit 39b8cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- runs-on: macos-latest
config: -DCMAKE_BUILD_TYPE=Release -DUSE_ASSERT=1 -DBUILD_TESTS=1 -DBUILD_EXAMPLES=1
- runs-on: windows-latest
config: -DCMAKE_BUILD_TYPE=Release -DUSE_ASSERT=1 -DBUILD_TESTS=1 -DBUILD_EXAMPLES=1
config: -DCMAKE_BUILD_TYPE=Release -DUSE_ASSERT=1 -DBUILD_TESTS=1 -DBUILD_EXAMPLES=1 -G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++

defaults:
run:
Expand Down

0 comments on commit 39b8cbc

Please sign in to comment.