ci: install aarch64 gcc

This commit is contained in:
Alex Zenla 2024-03-21 21:44:37 +00:00
parent 7ec0ed64dd
commit 387cce061b
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -4,6 +4,7 @@ set -e
sudo apt-get update
sudo apt-get install -y \
build-essential libssl-dev libelf-dev musl-dev \
flex bison bc protobuf-compiler musl-tools qemu-utils
flex bison bc protobuf-compiler musl-tools qemu-utils gcc-aarch64-linux-gnu
sudo gem install --no-document fpm
cargo install cross --git https://github.com/cross-rs/cross