Skip to content

Commit

Permalink
Setup QEMU on linux when building wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiliin authored Jul 29, 2024
1 parent bde1fe9 commit 9ba4039
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
fetch-depth: 0
submodules: recursive

- name: Setup QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: Setup cibuildwheel and build wheels
run: |
pipx install cibuildwheel
Expand Down

0 comments on commit 9ba4039

Please sign in to comment.