mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Fix libzip-dev error in PHP 8.0 on ubuntu
This commit is contained in:
parent
006301e81d
commit
d5cd6a4bd1
@ -237,6 +237,7 @@ add_blackfire() {
|
||||
|
||||
# Function to setup the nightly build from master branch
|
||||
setup_master() {
|
||||
update_ppa && $apt_install libzip-dev
|
||||
tar_file=php_"$version"%2Bubuntu"$(lsb_release -r -s)".tar.xz
|
||||
install_dir=~/php/"$version"
|
||||
bintray_url=https://dl.bintray.com/shivammathur/php/"$tar_file"
|
||||
|
Loading…
Reference in New Issue
Block a user