mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-16 09:44:08 +07:00
Add devtools on self-hosted workflows
This commit is contained in:
@ -83,7 +83,7 @@ patch_pdo_oci_config() {
|
||||
add_dependencies() {
|
||||
if [ "$os" = 'Linux' ]; then
|
||||
if [ "${runner:?}" = "self-hosted" ]; then
|
||||
${apt_install:?} --no-upgrade --no-install-recommends autoconf automake libaio-dev gcc g++
|
||||
${apt_install:?} --no-upgrade --no-install-recommends libaio-dev
|
||||
fi
|
||||
! [[ ${version:?} =~ $nightly_versions ]] && add_devtools phpize
|
||||
fi
|
||||
|
Reference in New Issue
Block a user