More on macos

This commit is contained in:
thomasjm 2024-07-21 03:41:59 -07:00
parent 4e9ee79aea
commit af86aadaad

View File

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