From 0c0cdfb6ef2903fe9034be0c5efd7ef6e1e9fbd7 Mon Sep 17 00:00:00 2001 From: David Braun <2096055+DBraun@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:10:06 -0400 Subject: [PATCH] Update all.yml --- .github/workflows/all.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: |