Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlKCarlK committed Jul 4, 2024
1 parent 1420eac commit 0ea6394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Build wheels for aarch64
if: matrix.target == 'aarch64'
env:
CC_aarch64_unknown_linux_gnu: aarch64-linux-gnu-gcc
CC: aarch64-linux-gnu-gcc
CFLAGS: -march=armv8-a
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 0ea6394

Please sign in to comment.