From 639b28b6c497f82d9b13655d8b7e63cc234ef885 Mon Sep 17 00:00:00 2001 From: div72 Date: Sat, 24 Feb 2024 18:49:02 +0300 Subject: [PATCH] ci: change Qt path in CMake CI Homebrew seems to have changed the path for the Qt files which we were relying on. --- .github/workflows/cmake-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-ci.yml b/.github/workflows/cmake-ci.yml index dd34e2d624..4105710601 100644 --- a/.github/workflows/cmake-ci.yml +++ b/.github/workflows/cmake-ci.yml @@ -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