Skip to content

Commit

Permalink
Remove unused qemu setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed Nov 22, 2024
1 parent c5b269e commit dcdc749
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up QEMU
if: matrix.buildplat[1] == manylinux_aarch64
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: "Brew setup on macOS" # x-ref c8e49ba8f8b9ce
if: ${{ startsWith(matrix.buildplat[0], 'macos-') == true }}
run: |
Expand Down

0 comments on commit dcdc749

Please sign in to comment.