Skip to content

Commit 6b855b2

Browse files
committed
[ fix ] Install text-icu on Windows
1 parent 75109d0 commit 6b855b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-windows.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ jobs:
6868
run: |
6969
./stack --no-terminal setup --install-ghc
7070
71+
- name: Install the icu library
72+
if: ${{ runner.os == 'Windows' }}
73+
run: |
74+
stack exec -- pacman -S --noconfirm "mingw-w64-x86_64-icu"
75+
7176
- name: 📸 Build Snapshot
7277
run: |
7378
./stack build --no-terminal --bench --only-snapshot

0 commit comments

Comments
 (0)