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 17:54:42 +01:00
parent d3f9de528c
commit f09b4f4b7d
-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