Skip to content

Commit 6ec88a0

Browse files
committed
Try a different cross-build package for aarch64 linux
1 parent b9f766c commit 6ec88a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
target: aarch64-unknown-linux-gnu
145145
rust: stable
146146
os: ubuntu-latest
147-
apt_packages: gcc-aarch64-linux-gnu g++-aarch64-linux-gnu binutils-aarch64-linux-gnu
147+
apt_packages: crossbuild-essential-arm64
148148
check_only: true # TODO run with qemu?
149149
- thing: x86_64-musl
150150
target: x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)