Skip to content

Commit a572c66

Browse files
committed
CI mac/win: pkg-config installation
1 parent 8397dd0 commit a572c66

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test-mac.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
4747
# actions:
4848

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+
4953
- name: ⏬ Install stack
5054
run: |
5155
mkdir -p ~/.local/bin

.github/workflows/test-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Install the icu library
7171
run: |
72-
./stack exec -- pacman -S --noconfirm "mingw-w64-x86_64-icu"
72+
./stack exec -- pacman -S --noconfirm mingw-w64-x86_64-icu mingw-w64-x86_64-pkgconf
7373
7474
- name: 📸 Build Snapshot
7575
run: |

0 commit comments

Comments
 (0)