Skip to content

Commit

Permalink
Try a different cross-build package for aarch64 linux
Browse files Browse the repository at this point in the history
  • Loading branch information
eager-signal committed Oct 13, 2023
1 parent bf667bc commit 39b5695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
target: aarch64-unknown-linux-gnu
rust: stable
os: ubuntu-latest
apt_packages: gcc-aarch64-linux-gnu g++-aarch64-linux-gnu binutils-aarch64-linux-gnu
apt_packages: crossbuild-essential-arm64
check_only: true # TODO run with qemu?
- thing: x86_64-musl
target: x86_64-unknown-linux-musl
Expand Down

0 comments on commit 39b5695

Please sign in to comment.