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.
This commit is contained in:
Wolfgang Walther
2025-01-18 18:01:35 +01:00
parent ee6bac4e49
commit 53164453d8
-1
View File
@@ -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