From 10e1951f0536b93c71eb7d635c73051ebdab39fe Mon Sep 17 00:00:00 2001 From: thomasjm Date: Sat, 20 Jul 2024 16:51:50 -0700 Subject: [PATCH] Try using libpq on macos --- .github/workflows/sandwich.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sandwich.yml b/.github/workflows/sandwich.yml index feccdb22..142031c6 100644 --- a/.github/workflows/sandwich.yml +++ b/.github/workflows/sandwich.yml @@ -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'