Skip to content

Commit

Permalink
un-break amd64 linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 21, 2023
1 parent d192c9a commit 126a200
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ jobs:
manylinux: auto
working-directory: ${{ github.workspace }}/languages/python
docker-options: -e __ARM_ARCH=armv8-a
before-script-linux: |
apt update
apt install -y qemu-user gcc-aarch64-linux-gnu libc6-dev-arm64-cross
# before-script-linux: |
# apt update
# apt install -y qemu-user gcc-aarch64-linux-gnu libc6-dev-arm64-cross

- name: Upload artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
Expand Down

0 comments on commit 126a200

Please sign in to comment.