Skip to content

Commit

Permalink
try to fix ' aarch64-linux-gnu-gcc: not found'
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Nov 15, 2024
1 parent 4486545 commit a20c640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: Build release(aarch64-unknown-linux-gnu)
if: startsWith(matrix.os, 'ubuntu')
run: |
apt install -y crossbuild-essential-arm64 gcc-multilib
rustup target add aarch64-unknown-linux-gnu
cargo build --release --target aarch64-unknown-linux-gnu --locked
Expand Down

0 comments on commit a20c640

Please sign in to comment.