Skip to content

Commit

Permalink
show held packages to debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Nov 20, 2023
1 parent 6139851 commit 0a967cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/ci-before-install-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0a967cd

Please sign in to comment.