Skip to content

Commit

Permalink
Display installed ubuntu packages (6)
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 9c0a8b8 commit 955f6cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
run: |
git shortlog --summary --email
- name: Downgrade Git version to 2.46.1
- name: Downgrade Git version
run: |
echo "Info for git package:"
sudo apt show git
Expand All @@ -174,7 +174,7 @@ jobs:
echo "Updating package list:"
sudo apt-get update
echo "Downgrading git package:"
sudo apt-get install -y git=1:2.46.1
sudo apt-get install -y git=1:2.34.1
echo "Info for git package:"
sudo apt show git
echo "git version:"
Expand Down

0 comments on commit 955f6cc

Please sign in to comment.