Skip to content

Commit 3374a8a

Browse files
valeneikoporsager
authored andcommitted
try purging PG16 instead?
1 parent 93f5686 commit 3374a8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- run: |
3030
date
31+
sudo apt purge postgresql-16
3132
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
3233
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
3334
sudo apt-get update

0 commit comments

Comments
 (0)