From 358813c7065491a3dc6212988dfbad9687d6d9f3 Mon Sep 17 00:00:00 2001 From: shilongliu Date: Tue, 28 Feb 2023 16:29:36 +0800 Subject: [PATCH] [ci] Fix apt-get install unable locate package issue. --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cbd5946f..277eb7f7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -121,6 +121,8 @@ jobs: steps: - script: | + set -ex + sudo apt-get update sudo apt-get install -y\ libboost-dev \ libboost-program-options-dev \ @@ -204,6 +206,8 @@ jobs: steps: - script: | + set -ex + sudo apt-get update sudo apt-get install -y \ libboost-dev \ libboost-program-options-dev \