From 250e903fc5b58bb0ad32345f951eb9837f68ae1a Mon Sep 17 00:00:00 2001 From: Stephen D <webmaster@scd31.com> Date: Thu, 22 Feb 2024 18:49:15 -0400 Subject: [PATCH] fix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f0a8d0..92ad083 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: before_script: - apt-get update - - apt-get install -y protobuf-compiler + - apt-get install -y protobuf-compiler gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu - rustup component add rustfmt - rustup component add clippy - cargo install cargo-deb -- GitLab