Fix cross-compiling in CI

This commit is contained in:
Michael Hansen
2023-11-06 10:46:38 -06:00
parent 91b8d422c1
commit cfb193f113

View File

@@ -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