Skip to content

Commit 6aaca63

Browse files
authored
Add Setup Qemu Action
1 parent 84840f8 commit 6aaca63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
submodules: true
35+
- if: ${{ matrix.os.runner == 'ubuntu-20.04' }}
36+
name: Set up QEMU
37+
uses: docker/setup-qemu-action@v2
3538
- uses: actions/setup-python@v3
3639
- name: Install cibuildwheel
3740
run: python -m pip install cibuildwheel==2.15.0

0 commit comments

Comments
 (0)