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 8397dd0 commit a572c66Copy full SHA for a572c66
.github/workflows/test-mac.yaml
@@ -46,6 +46,10 @@ jobs:
46
47
# actions:
48
49
+ - name: Set PKG_CONFIG_PATH for the ICU library
50
+ run: |
51
+ echo PKG_CONFIG_PATH="$(brew --prefix)/opt/icu4c/lib/pkgconfig" >> "${GITHUB_ENV}"
52
+
53
- name: ⏬ Install stack
54
run: |
55
mkdir -p ~/.local/bin
.github/workflows/test-windows.yaml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Install the icu library
71
72
- ./stack exec -- pacman -S --noconfirm "mingw-w64-x86_64-icu"
+ ./stack exec -- pacman -S --noconfirm mingw-w64-x86_64-icu mingw-w64-x86_64-pkgconf
73
74
- name: 📸 Build Snapshot
75
0 commit comments