From af86aadaadd1b93055c8f8951e1afb9e908fbef1 Mon Sep 17 00:00:00 2001 From: thomasjm Date: Sun, 21 Jul 2024 03:41:59 -0700 Subject: [PATCH] More 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 2b2a0617..e30b2404 100644 --- a/.github/workflows/sandwich.yml +++ b/.github/workflows/sandwich.yml @@ -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'