We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb7137 commit e828f1cCopy full SHA for e828f1c
.github/workflows/main.yml
@@ -28,7 +28,9 @@ jobs:
28
ocaml-compiler: 5
29
30
- name: Set PKG_CONFIG_PATH for libpq (keg-only)
31
- run: echo "PKG_CONFIG_PATH=/opt/homebrew/opt/libpq/lib/pkgconfig" >> $GITHUB_ENV
+ run: |
32
+ echo "PKG_CONFIG_PATH=/opt/homebrew/opt/libpq/lib/pkgconfig" \
33
+ >> $GITHUB_ENV
34
35
- run: opam install . --deps-only --with-test
36
0 commit comments