Skip to content

Commit a51ec4e

Browse files
committed
Try to fix depexts in GitHub workflow
1 parent 2e3613d commit a51ec4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
with:
2929
ocaml-compiler: 5
3030

31+
- name: Set PKG_CONFIG_PATH for libpq (keg-only)
32+
run: echo "PKG_CONFIG_PATH=/opt/homebrew/opt/libpq/lib/pkgconfig" >> $GITHUB_ENV
33+
3134
- run: opam install . --deps-only --with-test
3235

3336
- run: opam exec -- dune build

0 commit comments

Comments
 (0)