Skip to content

Commit

Permalink
Merge pull request #2743 from div72/fix-cmake-ci
Browse files Browse the repository at this point in the history
ci: change Qt path in CMake CI
  • Loading branch information
jamescowens authored Feb 24, 2024
2 parents a6c2118 + 639b28b commit 7a6e722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
qt@5
options: >-
-DENABLE_GUI=ON
-DQt5_DIR=/usr/local/opt/qt5/lib/cmake/Qt5
-DQt5_DIR=/usr/local/opt/qt@5/lib/cmake/Qt5
-DENABLE_QRENCODE=ON
-DENABLE_UPNP=ON
- tag: system-libs
Expand Down

0 comments on commit 7a6e722

Please sign in to comment.