From 5acc873240023f70e0349bbd3ac69f6c975b2f14 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 6 Mar 2020 02:50:57 -0800 Subject: [PATCH] ci: github: tweaks --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78c2b1ea2..0f4369c26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,9 +114,8 @@ jobs: - if: matrix.os == 'windows-latest' name: Install stack (windows) run: | - curl -skL -o stack.zip https://get.haskellstack.org/stable/windows-x86_64 - 7z x stack.zip stack.exe - move stack.exe C:\Windows + curl -skL -o stack.zip http://www.stackage.org/stack/windows-x86_64 + 7z x stack.zip -oC:\Windows stack.exe stack --version - name: Install haskell deps