Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlKCarlK committed Jul 3, 2024
1 parent fb1677e commit 1f4d119
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ jobs:
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu
echo "CC_aarch64_unknown_linux_gnu=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
echo "/usr/bin/aarch64-linux-gnu-gcc" >> $GITHUB_ENV
- name: Set up sccache
run: |
sudo apt-get install -y sccache
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
echo "SCCACHE_CC=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 1f4d119

Please sign in to comment.