Skip to content

Commit 1f74478

Browse files
authored
Merge pull request #1448 from sgillespie/bugfix/libicu-macos
Fix GitHub CI build
2 parents f12c72a + 90a7b7b commit 1f74478

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)