workflows: Add Qt5 to path for the Mac workflow

This commit is contained in:
David Hrdlička
2022-05-26 02:01:32 +02:00
parent 01303848f7
commit 4c415d811c

View File

@@ -321,13 +321,13 @@ jobs:
run: brew install freetype sdl2 libpng rtmidi qt@5 faudio
- name: Configure CMake
run: >-
PATH=/usr/local/opt/qt@5/bin:$PATH
cmake -S . -B build
--toolchain cmake/flags-gcc-x86_64.cmake
-D DEV_BRANCH=${{ matrix.build.dev-build }}
-D NEW_DYNAREC=${{ matrix.build.new-dynarec }}
-D CMAKE_BUILD_TYPE=${{ matrix.build.type }}
-D Qt5_DIR=/usr/local/opt/qt@5/lib/cmake/Qt5
-D Qt5LinguistTools_DIR=/usr/local/opt/qt@5/lib/cmake/Qt5LinguistTools/
-D CMAKE_FIND_ROOT_PATH=/usr/local/opt/qt@5
- name: Build
run: cmake --build build
- name: Generate package