We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273c7fc commit 9a3f3abCopy full SHA for 9a3f3ab
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