Skip to content

Commit

Permalink
Update all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DBraun committed Sep 7, 2024
1 parent 4400771 commit 0c0cdfb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0c0cdfb

Please sign in to comment.