Skip to content

Commit ec63a78

Browse files
committed
.
1 parent a94b87c commit ec63a78

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/create-python-release.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,7 @@ jobs:
5555
- name: Add AArch64 Rust Target
5656
if: matrix.platform.target == 'aarch64'
5757
run: rustup target add aarch64-unknown-linux-gnu
58-
59-
# Set environment variables for cross-compilation
60-
- name: Set Environment Variables for AArch64
61-
if: matrix.platform.target == 'aarch64'
62-
run: |
63-
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
64-
echo "CC_aarch64_unknown_linux_gnu=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
65-
echo "CXX_aarch64_unknown_linux_gnu=aarch64-linux-gnu-g++" >> $GITHUB_ENV
66-
58+
6759
- name: Build wheels
6860
uses: PyO3/maturin-action@v1
6961
with:

0 commit comments

Comments
 (0)