mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-25 13:03:04 +07:00
Fix libzip-dev error in PHP 8.0 on ubuntu
This commit is contained in:
parent
277239149a
commit
c471c0a458
@ -190,6 +190,7 @@ add_devtools() {
|
||||
|
||||
# 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"
|
||||
sudo mkdir -m 777 -p ~/php
|
||||
|
Loading…
Reference in New Issue
Block a user