Skip to content

Commit 90710a6

Browse files
author
Dave Kozma
committed
Only use QEMU for aarch64 matrix target
1 parent ad8b2aa commit 90710a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- run: pip install -r requirements.txt
3535
- name: Setup QEMU
3636
uses: docker/setup-qemu-action@v1
37+
if: ${{ matrix.target == 'aarch64' }}
3738
- name: Build wheels
3839
uses: PyO3/maturin-action@v1
3940
with:

0 commit comments

Comments
 (0)