From 53164453d8c9ac289af4f1a676d8fce2d52dedbc 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 862084ba8..3a0489930 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