mirror of https://github.com/AxioDL/metaforce.git
GitHub Actions: Fix macOS build with qt@5
This commit is contained in:
parent
bbe8ca19fb
commit
e6de77032f
|
@ -92,6 +92,7 @@ jobs:
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
working-directory: ${{github.workspace}}/build
|
working-directory: ${{github.workspace}}/build
|
||||||
run: |
|
run: |
|
||||||
|
export PATH="/usr/local/opt/qt@5/bin:$PATH" # FIXME remove
|
||||||
cmake $GITHUB_WORKSPACE -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DURDE_VECTOR_ISA=sse41 \
|
cmake $GITHUB_WORKSPACE -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DURDE_VECTOR_ISA=sse41 \
|
||||||
-DURDE_DLPACKAGE=urde-$GITHUB_RUN_NUMBER-macos-x86_64-sse41
|
-DURDE_DLPACKAGE=urde-$GITHUB_RUN_NUMBER-macos-x86_64-sse41
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue