Skip to content

Commit

Permalink
Add qemu back in for emulated architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Dec 8, 2023
1 parent fbfa5e3 commit bbd10a6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

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

- name: Build wheels
uses: pypa/[email protected]
with:
Expand Down

0 comments on commit bbd10a6

Please sign in to comment.