Try using libpq on macos

This commit is contained in:
thomasjm 2024-07-20 16:51:50 -07:00
parent ccd8a4fc6d
commit 10e1951f05

View File

@ -61,7 +61,7 @@ jobs:
if: runner.os == 'macOS'
run: |
brew update
brew install postgresql
brew install libpq
- name: Install dependencies (Windows)
if: runner.os == 'Windows'