diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index f0e5e6b8..5c28fa67 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -29,11 +29,11 @@ jobs: with: submodules: true - - name: Set up QEMU for aarch64 on Linux - if: endsWith(${{matrix.cibwbuild}}, "aarch64") - uses: docker/setup-qemu-action@v3 - with: - platforms: all + # - name: Set up QEMU for aarch64 on Linux + # if: endsWith(${{matrix.cibwbuild}}, "aarch64") + # uses: docker/setup-qemu-action@v3 + # with: + # platforms: all - name: clean faust libraries run: |