Skip to content

Commit

Permalink
Add QEMU setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Aug 20, 2024
1 parent 2f3bfc8 commit b0591df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
with:
submodules: true

- name: Set up QEMU
if: ${{ matrix.archs }} == 'aarch64'
uses: docker/setup-qemu-action@v3

- uses: pypa/[email protected]

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b0591df

Please sign in to comment.