Skip to content

Commit

Permalink
CI: use ninja build system for all clang-windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Puerling committed Oct 2, 2024
1 parent 0d32d50 commit 12e3cfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ jobs:
working-directory: ${{runner.workspace}}/build
run: >
cmake $GITHUB_WORKSPACE
$BUILD_SYSTEM_FLAG
-DCMAKE_BUILD_TYPE=$BUILD_TYPE
$CMAKE_FLAGS
-DSPIRIT_USE_OPENMP=ON
Expand Down

0 comments on commit 12e3cfe

Please sign in to comment.