From 1df932af5bb602467a899655925ac322a8ded409 Mon Sep 17 00:00:00 2001 From: Anton Sorokin Date: Thu, 6 Oct 2022 15:51:04 +0300 Subject: [PATCH] fixup! [#164] Add workflow for running Windows tests on CI --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4259bf9..07380f12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,8 +39,6 @@ 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; @@ -48,7 +46,7 @@ jobs: 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"