Skip to content

Commit e828f1c

Browse files
committed
Broke GitHub workflow line
1 parent 1eb7137 commit e828f1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
ocaml-compiler: 5
2929

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

0 commit comments

Comments
 (0)