Update Apt on Linux before installing dependencies on Azure Pipelines (#321)

This commit is contained in:
Nelson Chen
2019-05-26 10:16:41 -07:00
committed by Adrian Lucrèce Céleste
parent a3804c4915
commit 6074f9b648

View File

@@ -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