diff --git a/.github/workflows/bootstrap-deps.sh b/.github/workflows/bootstrap-deps.sh index 2732780..d67a9f5 100755 --- a/.github/workflows/bootstrap-deps.sh +++ b/.github/workflows/bootstrap-deps.sh @@ -21,7 +21,7 @@ function install_compiler() { local arch="${1}" local release="${2}" - apt-get install -yqq g++ + apt-get install -y gcc g++ if [ -n "${GITHUB_ENV}" ] && [ "${release}" = "bionic" ]; then apt-get install -yqq g++-11