We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
libpq{,N}-dev
1 parent 4b9467a commit b6dd613Copy full SHA for b6dd613
.github/workflows/tests.yml
@@ -56,7 +56,7 @@ jobs:
56
echo ""
57
58
echo "----- Remove old postgres -----"
59
- sudo apt remove -y postgres*
+ sudo apt remove -y '^postgres.*' '^libpq.*'
60
61
62
echo "----- Set up PostgreSQL Apt repository -----"
@@ -289,7 +289,7 @@ jobs:
289
290
291
echo "----- Remove existing installations of postgres -----"
292
293
294
295
echo "----- Install system dependencies -----"
0 commit comments