Skip to content

Commit a5cb67c

Browse files
committed
restore setup qemu
1 parent df1d64a commit a5cb67c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dist.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ jobs:
5858
cache-dependency-path: 'pyproject.toml'
5959
allow-prereleases: true
6060

61+
- name: Set up QEMU
62+
if: runner.os == 'Linux'
63+
uses: docker/setup-qemu-action@v3
64+
with:
65+
platforms: all
66+
6167
- name: Install cibuildwheel
6268
# Note: the default manylinux is manylinux2014
6369
run: |

0 commit comments

Comments
 (0)