From 6074f9b648e405d2a4b11e8f29aa94d888db7172 Mon Sep 17 00:00:00 2001 From: Nelson Chen Date: Sun, 26 May 2019 10:16:41 -0700 Subject: [PATCH] Update Apt on Linux before installing dependencies on Azure Pipelines (#321) --- 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