Skip to content

Commit

Permalink
Ensure the libpq{,N}-dev package is removed in CI (pgcentralfoundat…
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcc authored Feb 3, 2023
1 parent 4b9467a commit 24ad866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo ""
echo "----- Remove old postgres -----"
sudo apt remove -y postgres*
sudo apt remove -y '^postgres.*' '^libpq.*'
echo ""
echo "----- Set up PostgreSQL Apt repository -----"
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
echo ""
echo "----- Remove existing installations of postgres -----"
sudo apt remove -y postgres*
sudo apt remove -y '^postgres.*' '^libpq.*'
echo ""
echo "----- Install system dependencies -----"
Expand Down

0 comments on commit 24ad866

Please sign in to comment.