Skip to content

Commit

Permalink
Display installed ubuntu packages (5)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Oct 9, 2024
1 parent ad2dce4 commit 9c0a8b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,12 @@ jobs:
run: |
echo "Info for git package:"
sudo apt show git
echo "Policy for git package:"
sudo apt policy git
echo "git version:"
git --version
which git
echo "Adding git-core repository:"
# echo "Adding git-core repository:"
# sudo add-apt-repository -y ppa:git-core/ppa
echo "Updating package list:"
sudo apt-get update
Expand Down

0 comments on commit 9c0a8b8

Please sign in to comment.