From 0dbe25c4eca331acc04710ee188267db210657e5 Mon Sep 17 00:00:00 2001 From: Anton Sorokin Date: Fri, 7 Oct 2022 17:43:15 +0300 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! [#164] Add workflow for running Windows tests on CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 071bcbe5..011bf601 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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