Skip to content

Commit

Permalink
addin qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathf committed Jul 10, 2024
1 parent 1cad815 commit 7fc9070
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
conan config set "storage.path=$env:GITHUB_WORKSPACE/conan_data"
conan install --build=openssl --install-folder conan_build .
- name: Set up QEMU
if: matrix.platform == 'linux'
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: Build wheels
if: matrix.platform != 'macos-arm'
uses: pypa/cibuildwheel@v2.19.2
Expand Down

0 comments on commit 7fc9070

Please sign in to comment.