Skip to content

Commit

Permalink
Use ninja build on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Jun 12, 2022
1 parent 0c5535e commit 46251d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Install dependencies
run: |
brew update
brew install ninja conan
brew install ninja
- name: CMake configure -- Release
run: cmake -S . -G Xcode -B cmake-build-release -DCMAKE_BUILD_TYPE=Release
run: cmake -S . -G "Ninja" -B cmake-build-release -DCMAKE_BUILD_TYPE=Release

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

0 comments on commit 46251d8

Please sign in to comment.