Skip to content

Commit

Permalink
fix(ci): add missing install command to ampd arm compilation (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorenflo authored Sep 20, 2024
1 parent d7bb8e7 commit 208f62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ampd-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
if [ "$ARCH" == "arm64" ]
then
sudo apt-get gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
sudo apt-get install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
rustup target add aarch64-unknown-linux-gnu
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc
cargo build --release --target aarch64-unknown-linux-gnu
Expand Down

0 comments on commit 208f62f

Please sign in to comment.