Skip to content

Commit 8deadfa

Browse files
committed
Fix azure build
This is only needed on ubuntu-18.04, it works fine on ubuntu-20.04.
1 parent f95f8a3 commit 8deadfa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure/apt.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ parameters:
44
steps:
55
- script: |
66
sudo apt-get update -y | true
7+
# There appears to be some kind of conflict with the libzip from ondrej's PPA.
8+
# Purge existing libzip and let it be reinstalled to avoid it.
9+
sudo apt-get purge -y libzip4
710
sudo apt install bison \
811
re2c \
912
locales \

0 commit comments

Comments
 (0)