diff --git a/scripts/ci-before-install-linux.sh b/scripts/ci-before-install-linux.sh index a2e11978..72c567e9 100755 --- a/scripts/ci-before-install-linux.sh +++ b/scripts/ci-before-install-linux.sh @@ -96,7 +96,10 @@ if [ ! -z "$UPDATE_APT" ]; then fi if [ ! -z "$INSTALL_PACKAGES" ]; then - echo "Installing packages $INSTALL_PACKAGES ..." + echo "Held packages:" + sudo dpkg --get-selections | grep hold + + echo "Installing packages $INSTALL_PACKAGES" sudo apt-get install -qq $INSTALL_PACKAGES fi