From c3cb86c63310abf444030d71b2676c761f0aaf20 Mon Sep 17 00:00:00 2001 From: Nelson Chen Date: Sun, 26 May 2019 10:08:58 -0700 Subject: [PATCH] Update Apt on Linux before installing dependencies on Azure Pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6c049677..74657c85 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -64,6 +64,7 @@ jobs: pool: vmImage: 'ubuntu-16.04' steps: + - script: sudo apt-get update -y - script: sudo apt-get install -y libxtst-dev qtdeclarative5-dev libavahi-compat-libdnssd-dev libcurl4-openssl-dev displayName: Install Dependencies - script: sh -x ./clean_build.sh