Skip to content

Commit

Permalink
Fix azure build
Browse files Browse the repository at this point in the history
This is only needed on ubuntu-18.04, it works fine on ubuntu-20.04.
  • Loading branch information
nikic committed May 7, 2021
1 parent f95f8a3 commit 8deadfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8deadfa

Please sign in to comment.