Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! [#164] Add workflow for running Wi…
Browse files Browse the repository at this point in the history
…ndows tests on CI
  • Loading branch information
Sorokin-Anton committed Oct 7, 2022
1 parent a24d29d commit 0dbe25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
stack --system-ghc exec -- pacman -S --noconfirm mingw-w64-x86_64-pcre;
stack --system-ghc exec -- pacman --noconfirm -Syuu;
stack --system-ghc exec -- pacman -S --noconfirm mingw-w64-x86_64-pcre;
stack --system-ghc exec -- pacman -S pcre-devel;
stack --system-ghc exec -- pacman -S --noconfirm pcre-devel;
stack --system-ghc install regex-pcre

- name: Build
Expand Down

0 comments on commit 0dbe25c

Please sign in to comment.