Skip to content

Commit

Permalink
Dont go quiet for main compiler install
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Dec 23, 2023
1 parent 4abf7b5 commit 409c9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 409c9ef

Please sign in to comment.