Skip to content

Commit

Permalink
Fix cross-compiling in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Nov 6, 2023
1 parent 4d03e2b commit 29c8174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v3
- name: configure
run: |
cmake -Bbuild -DCMAKE_INSTALL_PREFIX=_install/piper-phonemize
cmake -Bbuild -DCMAKE_INSTALL_PREFIX=_install/piper-phonemize -DCMAKE_SYSTEM_PROCESSOR=${{ matrix.arch }}
- name: build
run: |
cmake --build build --config Release
Expand Down

0 comments on commit 29c8174

Please sign in to comment.