We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc87cf0 commit cf014a8Copy full SHA for cf014a8
1 file changed
.github/workflows/brew.sh
@@ -11,5 +11,5 @@ check_and_install() {
11
}
12
13
# Install packages if they don't exist
14
-check_and_install libpq # Changed from postgresql to libpq
+check_and_install postgresql # Check and install PostgreSQL (which includes libpq)
15
check_and_install pkg-config # Check and install pkg-config
0 commit comments