Skip to content

Commit

Permalink
fixup! [#164] Add workflow for running Windows tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorokin-Anton committed Oct 6, 2022
1 parent 4e1cc32 commit 1df932a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,14 @@ jobs:

- name: install pacman dependencies
run:
stack --system-ghc exec export XDG_DATA_DIRS=/mingw64/share;
stack --system-ghc exec export PKG_CONFIG_PATH=/mingw64/bin/pkg-config;
stack --system-ghc exec -- pacman --noconfirm -Syuu;
stack --system-ghc exec -- pacman --noconfirm -Syuu;
stack --system-ghc exec -- pacman -S --noconfirm msys2-keyring;
stack --system-ghc exec -- pacman -S --noconfirm pkgconf;
stack --system-ghc exec -- pacman -S --noconfirm mingw-w64-x86_64-pcre;
stack --system-ghc exec -- pacman -S pcre;
stack --system-ghc exec -- pacman -S pcre-devel;
stack --system-ghc install regex-pcre
stack --system-ghc exec -- sh -c "export XDG_DATA_DIRS=/mingw64/share; export PKG_CONFIG_PATH=/mingw64/bin/pkg-config; stack --system-ghc install regex-pcre"



Expand Down

0 comments on commit 1df932a

Please sign in to comment.