Skip to content

Commit

Permalink
macos: tell cmake to use ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavness committed Mar 17, 2024
1 parent 61d1f70 commit f4b016e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
triplet: x64-osx
csharp: mono
toolchain: brew install ninja
cmakeflags: -DCMAKE_BUILD_TYPE=Debug -DWITH_TESTS=ON -DWITH_COVERAGE=OFF
cmakeflags: -DCMAKE_BUILD_TYPE=Debug -DWITH_TESTS=ON -DWITH_COVERAGE=OFF -G ninja
vcpkg: true
runs-on: ${{ matrix.plat }}
continue-on-error: true
Expand Down

0 comments on commit f4b016e

Please sign in to comment.