From f09b4f4b7dbfd781d49a3485e87319459a3f3b05 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 18 Jan 2025 13:01:47 +0100 Subject: [PATCH] ci: Remove brew install libpq for macos-14 stack build When macos-14 was rolled out libpq was not installed, but by now it is by default. Thus, we don't need to do that, it only creates a warning annotation right now. --- .github/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6eca8ddbe..5b467c558 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -102,7 +102,6 @@ jobs: ~/.stack/snapshots ~/.stack/stack.sqlite3 artifact: postgrest-macos-aarch64 - deps: brew install libpq && brew link --force libpq - name: Windows runs-on: windows-2022