mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix azure build
This is only needed on ubuntu-18.04, it works fine on ubuntu-20.04.
This commit is contained in:
parent
f95f8a3c1e
commit
8deadfa31b
1 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue