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 1d20761 commit 43991cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,15 @@ jobs:
3.10
3.11
3.12
- name: Install cross-compilation dependencies
if: matrix.target == 'aarch64'
run: |
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
env:
CC_aarch64_unknown_linux_gnu: aarch64-linux-gnu-gcc
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.5

Expand Down

0 comments on commit 43991cf

Please sign in to comment.