Skip to content

Commit

Permalink
Display installed ubuntu packages (4)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Oct 9, 2024
1 parent b503879 commit ad2dce4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,19 @@ jobs:
- name: Downgrade Git version to 2.46.1
run: |
echo "Info for git package:"
sudo apt show git
echo "git version:"
git --version
which git
sudo add-apt-repository -y ppa:git-core/ppa
echo "Adding git-core repository:"
# sudo add-apt-repository -y ppa:git-core/ppa
echo "Updating package list:"
sudo apt-get update
echo "Installed packages:"
sudo apt list --installed
echo "Downgrading git:"
sudo apt show git
echo "Downgrading git package:"
sudo apt-get install -y git=1:2.46.1
echo "Info for git package:"
sudo apt show git
echo "git version:"
git --version
which git
Expand Down

0 comments on commit ad2dce4

Please sign in to comment.