Fix cross-compiling in CI

pull/266/head 2023.11.6-1
Michael Hansen 7 months ago
parent 91b8d422c1
commit cfb193f113

@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v3
- name: configure
run: |
cmake -Bbuild -DCMAKE_INSTALL_PREFIX=_install/piper
cmake -Bbuild -DCMAKE_INSTALL_PREFIX=_install/piper -DCMAKE_SYSTEM_PROCESSOR=${{ matrix.arch }}
- name: build
run: |
cmake --build build --config Release

Loading…
Cancel
Save