Skip to content

Commit a24d29d

Browse files
committed
fixup! fixup! fixup! fixup! [#164] Add workflow for running Windows tests on CI
1 parent ba363ad commit a24d29d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
stack --system-ghc exec -- pacman -S --noconfirm mingw-w64-x86_64-pcre;
4646
stack --system-ghc exec -- pacman --noconfirm -Syuu;
4747
stack --system-ghc exec -- pacman -S --noconfirm mingw-w64-x86_64-pcre;
48+
stack --system-ghc exec -- pacman -S pcre-devel;
4849
stack --system-ghc install regex-pcre
4950

5051
- name: Build

0 commit comments

Comments
 (0)