diff options
| author | 2019-05-08 13:19:21 +0100 | |
|---|---|---|
| committer | 2019-05-08 13:19:21 +0100 | |
| commit | b0abdbd83fe6ea5cc09d5bc7f422b406b6e28001 (patch) | |
| tree | a6ef84ad3785cea7e92980b6fef38ab8a6a9cc32 /azure-pipelines.yml | |
| parent | Fixing linting error -_- (diff) | |
Update apt cache in build pipline
Diffstat (limited to 'azure-pipelines.yml')
| -rw-r--r-- | azure-pipelines.yml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 81e3701e0..19df35c11 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,9 @@ jobs:      PIP_SRC: ".cache/src"    steps: -  - script: sudo apt-get install build-essential curl docker libffi-dev libfreetype6-dev libxml2 libxml2-dev libxslt1-dev zlib1g zlib1g-dev +  - script: | +      sudo apt-get update +      sudo apt-get install build-essential curl docker libffi-dev libfreetype6-dev libxml2 libxml2-dev libxslt1-dev zlib1g zlib1g-dev      displayName: 'Install base dependencies'    - task: UsePythonVersion@0 | 
