Skip to content

Commit

Permalink
put back install postgresql postgresql-contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Sep 10, 2024
1 parent b4d25fd commit 4a6fa32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ runs:
curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc|sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg
sudo apt update -y
sudo apt install postgresql-16
sudo apt-get -y install postgresql postgresql-contrib
sudo systemctl | grep postgres
sudo systemctl start postgresql
sudo systemctl enable postgresql
Expand Down

0 comments on commit 4a6fa32

Please sign in to comment.