Skip to content

Commit 4788c35

Browse files
committed
Add QEMU setup
1 parent 2f3bfc8 commit 4788c35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wheel.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
with:
3232
submodules: true
3333

34+
- name: Set up QEMU
35+
if: ${{ matrix.archs == 'aarch64' }}
36+
uses: docker/setup-qemu-action@v3
37+
3438
- uses: pypa/[email protected]
3539

3640
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)