Skip to content

Commit cf014a8

Browse files
committed
Updating build script
1 parent cc87cf0 commit cf014a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/brew.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ check_and_install() {
1111
}
1212

1313
# Install packages if they don't exist
14-
check_and_install libpq # Changed from postgresql to libpq
14+
check_and_install postgresql # Check and install PostgreSQL (which includes libpq)
1515
check_and_install pkg-config # Check and install pkg-config

0 commit comments

Comments
 (0)