We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b406b7e commit a94b87cCopy full SHA for a94b87c
.github/workflows/create-python-release.yaml
@@ -48,7 +48,6 @@ jobs:
48
- name: Install AArch64 Cross-Compiler and Libraries
49
if: matrix.platform.target == 'aarch64'
50
run: |
51
- sudo dpkg --add-architecture arm64
52
sudo apt-get update
53
sudo apt-get install -y gcc-aarch64-linux-gnu libc6-dev-arm64-cross
54
0 commit comments