Skip to content

Commit

Permalink
ci: Fix purge pg error
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Dec 7, 2024
1 parent 0c69a55 commit f1121f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
date
echo "----- Removing pre-installed PostgreSQL -----"
psql --version # Check version to confirm
sudo apt purge postgresql-14
sudo apt purge postgresql-16
echo "----- Installing PostgreSQL ${{ matrix.postgres }} -----"
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 -
Expand Down

0 comments on commit f1121f3

Please sign in to comment.