Skip to content

Commit

Permalink
fix postgresql test - 5
Browse files Browse the repository at this point in the history
Signed-off-by: daizhenyu <[email protected]>
  • Loading branch information
daizhenyu committed Dec 17, 2024
1 parent 70b45d0 commit fc91a5a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ runs:
run: |
wget http://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-14/postgresql-14_14.15-1.pgdg22.04+1_amd64.deb
wget http://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-client-14/postgresql-client-14_14.15-1.pgdg22.04+1_amd64.deb
sudo dpkg -i postgresql-client-14_14.15-1.pgdg22.04+1_amd64.deb
sudo dpkg -i postgresql-14_14.15-1.pgdg22.04+1_amd64.deb
sudo apt-get -f install
sudo service postgresql start
Expand Down

0 comments on commit fc91a5a

Please sign in to comment.