Fix azure build

This is only needed on ubuntu-18.04, it works fine on ubuntu-20.04.
This commit is contained in:
Nikita Popov 2021-05-07 09:44:08 +02:00
parent f95f8a3c1e
commit 8deadfa31b

View file

@ -4,6 +4,9 @@ parameters:
steps:
- script: |
sudo apt-get update -y | true
# There appears to be some kind of conflict with the libzip from ondrej's PPA.
# Purge existing libzip and let it be reinstalled to avoid it.
sudo apt-get purge -y libzip4
sudo apt install bison \
re2c \
locales \