We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba363ad commit a24d29dCopy full SHA for a24d29d
.github/workflows/ci.yml
@@ -45,6 +45,7 @@ jobs:
45
stack --system-ghc exec -- pacman -S --noconfirm mingw-w64-x86_64-pcre;
46
stack --system-ghc exec -- pacman --noconfirm -Syuu;
47
48
+ stack --system-ghc exec -- pacman -S pcre-devel;
49
stack --system-ghc install regex-pcre
50
51
- name: Build
0 commit comments