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 1f4d119 commit 2608222
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,14 @@ jobs:
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
- name: Install sccache
run: |
sudo apt-get install -y sccache
curl -L https://github.com/mozilla/sccache/releases/download/v0.2.15/sccache-v0.2.15-x86_64-unknown-linux-musl.tar.gz -o sccache.tar.gz
tar -xzf sccache.tar.gz
sudo mv sccache-v0.2.15-x86_64-unknown-linux-musl/sccache /usr/local/bin/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 2608222

Please sign in to comment.