Skip to content

Commit

Permalink
Force Ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Nov 26, 2024
1 parent bea71d0 commit 971eef9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
brew link --overwrite pkgconf
brew install \
llvm \
ninja \
dlib \
exiv2 \
opencv \
Expand All @@ -48,6 +49,9 @@ jobs:
with:
build-dir: ${{ runner.workspace }}/build
build-type: Release
configure-options: -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON
configure-options:
-DBUILD_TESTING=OFF
-DBUILD_SHARED_LIBS=ON
-G Ninja
env:
VERBOSE: 1

0 comments on commit 971eef9

Please sign in to comment.