From f1fd3cef150471f223f64c7469534c9abcb7d4af Mon Sep 17 00:00:00 2001 From: Raluca Groza Date: Fri, 28 Apr 2023 16:55:39 +0300 Subject: [PATCH] CI:fix ARM error Signed-off-by: Raluca Groza --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7b76d966c..0c07f00e4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -271,6 +271,7 @@ stages: steps: - script: | set -e + sudo apt-get update sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-dev-armhf-cross sudo apt-get install -y g++-arm-linux-gnueabihf sudo apt-get install -y g++-aarch64-linux-gnu