Fix wrong Qt5_DIR variable

This commit is contained in:
Cacodemon345
2022-02-08 15:54:17 +06:00
committed by GitHub
parent f6a68e933a
commit 6a425916eb

View File

@@ -327,7 +327,7 @@ jobs:
-D VNC=OFF
-D CMAKE_BUILD_TYPE=${{ matrix.build.type }}
-D QT=ON
-D Qt5_DIR=/usr/local/opt/qt@5/lib/cmake/
-D Qt5_DIR=/usr/local/opt/qt@5/lib/cmake/Qt5/
- name: Build
run: cmake --build build
- name: Generate package