Skip to content

Commit

Permalink
Broke GitHub workflow line
Browse files Browse the repository at this point in the history
  • Loading branch information
mmottl committed Dec 8, 2024
1 parent 1eb7137 commit e828f1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
ocaml-compiler: 5

- name: Set PKG_CONFIG_PATH for libpq (keg-only)
run: echo "PKG_CONFIG_PATH=/opt/homebrew/opt/libpq/lib/pkgconfig" >> $GITHUB_ENV
run: |
echo "PKG_CONFIG_PATH=/opt/homebrew/opt/libpq/lib/pkgconfig" \
>> $GITHUB_ENV
- run: opam install . --deps-only --with-test

Expand Down

0 comments on commit e828f1c

Please sign in to comment.