Skip to content

Commit

Permalink
GHA update for Mac Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben2020 committed May 18, 2024
1 parent 6c53888 commit dd7625a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
cd build
export CC=clang
export CXX=clang++
cmake -G Ninja -DBUILD_QT5=ON -DCMAKE_PREFIX_PATH=/usr/local/opt/qt@5/lib/cmake ..
cmake -G Ninja -DBUILD_QT5=ON -DCMAKE_PREFIX_PATH=/opt/homebrew/opt/qt@5/lib/cmake ..
ninja
sudo ninja install
Expand Down

0 comments on commit dd7625a

Please sign in to comment.