Add devtools on self-hosted workflows

This commit is contained in:
Shivam Mathur
2020-12-18 22:40:16 +05:30
parent d74064b67a
commit c5e4d55c3b
2 changed files with 2 additions and 2 deletions

View File

@ -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
}