mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-04 21:55:52 +00:00
GitHub Actions: Fix macOS build with qt@5
This commit is contained in:
parent
bbe8ca19fb
commit
e6de77032f
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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…
x
Reference in New Issue
Block a user