aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar SebastiaanZ <[email protected]>2019-04-18 22:12:49 +0200
committerGravatar SebastiaanZ <[email protected]>2019-04-18 22:12:49 +0200
commitd6beb62796e5788ebac07114edeb0fea705cd87e (patch)
treea8c8db5cd25f010cc44825c692b87061741e3cd1
parentRemoving the "await" from asyncio.create_task to prevent multiple Tasks from ... (diff)
Adding sudo apt-get update to pipeline to update repository package list
-rw-r--r--azure-pipelines.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 6a63cfe21..a14364881 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -18,6 +18,9 @@ jobs:
PIP_SRC: ".cache/src"
steps:
+ - script: sudo apt-get update
+ displayName: 'Updating package list'
+
- script: sudo apt-get install build-essential curl docker libffi-dev libfreetype6-dev libxml2 libxml2-dev libxslt1-dev zlib1g zlib1g-dev
displayName: 'Install base dependencies'