mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-06 05:12:26 +08:00
Update Apt on Linux before installing dependencies on Azure Pipelines (#321)
This commit is contained in:
committed by
Adrian Lucrèce Céleste
parent
a3804c4915
commit
6074f9b648
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user