mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Remove log output from 7.4 on darwin
This commit is contained in:
parent
91a03a2865
commit
dcd432d918
@ -49,7 +49,6 @@ echo "[[ -e ~/.phpbrew/bash_profile ]] && source ~/.phpbrew/bash_profile" >> ~/.
|
||||
source ~/.bash_profile >/dev/null 2>&1
|
||||
sudo mkdir -p /usr/local/lib
|
||||
phpbrew install -j 4 7.4.0RC2 +dev
|
||||
tail -40 /opt/phpbrew/build/php-7.4.0RC2/build.log
|
||||
phpbrew switch php-7.4.0RC2
|
||||
phpbrew ext install +dev >/dev/null 2>&1
|
||||
sudo mkdir -p /usr/local/bin
|
||||
|
Loading…
Reference in New Issue
Block a user