Skip to content

Commit

Permalink
Fix CI on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe committed Jan 14, 2025
1 parent 32f0147 commit 13a4d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
echo "$(brew --prefix)/bin" >> $GITHUB_PATH
if: matrix.os == 'macos-latest'
- name: build all
run: cabal build all
run: cabal build all --constraint='postgresql-libpq +use-pkg-config' # https://github.com/NixOS/nixpkgs/pull/373322

0 comments on commit 13a4d4c

Please sign in to comment.