Potential fixes for GitHub Actions on macOS
This commit is contained in:
parent
d58c07b94f
commit
4c37234ce0
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@ -327,8 +327,8 @@ jobs:
|
|||||||
-D VNC=OFF
|
-D VNC=OFF
|
||||||
-D CMAKE_BUILD_TYPE=${{ matrix.build.type }}
|
-D CMAKE_BUILD_TYPE=${{ matrix.build.type }}
|
||||||
-D QT=ON
|
-D QT=ON
|
||||||
-D Qt5_DIR=/usr/local/Cellar/qt@5/5.15.2/lib/cmake/
|
-D Qt5_DIR=/usr/local/Cellar/qt@5/5.15.2_1/lib/cmake/Qt5
|
||||||
-D Qt5LinguistTools_DIR=/usr/local/Cellar/qt@5/5.15.2/lib/cmake/Qt5LinguistTools/
|
-D Qt5LinguistTools_DIR=/usr/local/Cellar/qt@5/5.15.2_1/lib/cmake/Qt5LinguistTools/
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build
|
run: cmake --build build
|
||||||
- name: Generate package
|
- name: Generate package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user