Skip to content

Commit

Permalink
try purging PG16 instead?
Browse files Browse the repository at this point in the history
  • Loading branch information
valeneiko authored and porsager committed Jan 21, 2025
1 parent 93f5686 commit 3374a8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
date
sudo apt purge postgresql-16
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
Expand Down

0 comments on commit 3374a8a

Please sign in to comment.