Skip to content

Commit

Permalink
Display installed ubuntu packages
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 6d481cf commit 3709c25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ jobs:
run: |
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-get install -y git=2.46.1
- name: Verify Git version
run: git --version
Expand Down

0 comments on commit 3709c25

Please sign in to comment.