Skip to content

Commit

Permalink
Fix macOS CI builds (#7261)
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf authored May 16, 2024
1 parent 321b2b4 commit 7859f1c
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 @@ -114,7 +114,7 @@ jobs:
cmake -S . \
-B build \
-DCMAKE_INSTALL_PREFIX="../target" \
-DCMAKE_PREFIX_PATH="$(brew --prefix qt5)" \
-DCMAKE_PREFIX_PATH="$(brew --prefix qt@5)" \
$CMAKE_OPTS \
-DUSE_WERROR=OFF
- name: Build
Expand Down

0 comments on commit 7859f1c

Please sign in to comment.