Skip to content

Commit

Permalink
purge all postgres versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sabify committed Feb 22, 2024
1 parent bfbbf49 commit 9f5a0b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
if: matrix.backend == 'postgres'
run: |
sudo apt-get update
sudo apt install gnupg2 -y
sudo DEBIAN_FRONTEND=noninteractive apt-get --purge remove postgresql\* -y
sudo apt-get install gnupg2 -y
curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc|sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg
sudo sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
PG_VER=16
Expand Down

0 comments on commit 9f5a0b9

Please sign in to comment.