Skip to content

Commit

Permalink
CI: try to fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed May 20, 2024
1 parent 3e9cab8 commit 3fda6b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,16 @@ jobs:

- name: Build
run: |
echo "brew --prefix qt@5"
brew --prefix qt@5
mkdir ${{github.workspace}}/build
cd ${{github.workspace}}/build
cmake --version
cmake .. \
-DMayo_BuildTests=ON \
-DMayo_BuildPluginAssimp=ON
-DMayo_BuildPluginAssimp=ON \
-DQT_DIR=$(brew --prefix qt@5)/lib/cmake/Qt5
cmake --build . \
--config Release \
--parallel ${{steps.cpu-cores.outputs.count}}
Expand Down

0 comments on commit 3fda6b0

Please sign in to comment.