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 8697ed0 commit 6d10384
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu
env:
CC_aarch64_unknown_linux_gnu: aarch64-linux-gnu-gcc
CFLAGS: -march=armv8-a
- name: Run sccache-cache
uses: mozilla-actions/[email protected]

- name: Build wheels
env:
CC_aarch64_unknown_linux_gnu: aarch64-linux-gnu-gcc
CFLAGS: -march=armv8-a
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
Expand Down

0 comments on commit 6d10384

Please sign in to comment.