diff --git a/.github/install_debs_compilation.sh b/.github/install_debs_compilation.sh index 27003b3b..bf5f50fb 100755 --- a/.github/install_debs_compilation.sh +++ b/.github/install_debs_compilation.sh @@ -2,7 +2,7 @@ # Install gcc if [ ! -z "$1" ]; then - sudo apt-get -y update && sudo apt-get -y install gcc-$1 g++-$1 + sudo apt-get -y install gcc-$1 g++-$1 --no-upgrade --no-install-recommends --no-install-suggests fi # Install dependencies sudo apt-get -y install pkg-config automake autoconf autoconf-archive make libsgutils2-dev \