mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 17:22:25 -05:00
Potential fixes for GitHub Actions on macOS
This commit is contained in:
parent
d58c07b94f
commit
4c37234ce0
1 changed files with 2 additions and 2 deletions
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…
Reference in a new issue