Skip to content

Commit 90a7b7b

Browse files
committed
Fix GitHub builds on macOS
Add icu4c to PKG_CONFIG_PATH
1 parent f12c72a commit 90a7b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
brew install postgresql@14 libpq [email protected] tree
6262
tree /usr/local/opt/postgresql@14/lib/
63-
echo "PKG_CONFIG_PATH=/usr/local/opt/postgresql@14/lib/postgresql@14/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:$PKG_CONFIG_PATH" | tee $GITHUB_ENV
63+
echo "PKG_CONFIG_PATH=/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/postgresql@14/lib/postgresql@14/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:$PKG_CONFIG_PATH" | tee $GITHUB_ENV
6464
6565
- name: Start Postgresql service (macOS)
6666
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)