mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-11-25 16:46:50 +07:00
Add devtools on self-hosted workflows
This commit is contained in:
@ -3,7 +3,7 @@ self_hosted_helper() {
|
||||
if ! command -v apt-fast >/dev/null; then
|
||||
sudo ln -sf /usr/bin/apt-get /usr/bin/apt-fast
|
||||
fi
|
||||
install_packages curl make software-properties-common unzip
|
||||
install_packages curl make software-properties-common unzip autoconf automake gcc g++
|
||||
add_ppa
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user