From f316e406570cccade52d7c470517facdc8f4bcd5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 18 Oct 2020 22:55:42 -0700 Subject: [PATCH] ;ci: tweak --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8abc53c4d..0ee7c45a6 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -122,11 +122,11 @@ jobs: # this step is needed to get stack.exe into PATH, for now run: | curl -sL https://get.haskellstack.org/stable/windows-x86_64.zip -o stack.zip - # 7z x stack.zip -oC:\Windows stack.exe 7z x stack.zip stack.exe which stack - ./stack --version stack --version + which ./stack + ./stack --version # resolver lts-15.3 to avoid GHC 8.8.3 access violation, https://gitlab.haskell.org/ghc/ghc/issues/17926: