From 7cc4cdbf575571d3b8581b183bea4591861e99fb Mon Sep 17 00:00:00 2001 From: Raluca Groza Date: Tue, 2 May 2023 10:41:10 +0300 Subject: [PATCH] CI: fix fetch 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 690daaa..9c07b9a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -147,6 +147,7 @@ jobs: path: '$(Agent.BuildDirectory)/s/build/' - 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