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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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