Skip to content

Commit

Permalink
Display installed ubuntu packages (3)
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 8c23baf commit b503879
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 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 "git version:"
git --version
which git
sudo add-apt-repository -y ppa:git-core/ppa
sudo apt-get update
echo "Installed packages:"
sudo apt list --installed
echo "Downgrading git:"
sudo apt show git
sudo apt-show-versions git
sudo apt-get install -y git=2.46.1
- name: Verify Git version
run: git --version
sudo apt-get install -y git=1:2.46.1
echo "git version:"
git --version
which git
- name: Debug - Display git authors
run: |
Expand Down

0 comments on commit b503879

Please sign in to comment.