From c0b8672ef51ffb80445076e5e6db9f92cc0faa5f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 6 Mar 2020 02:48:16 -0800 Subject: [PATCH] ci: github: tweaks --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14108ce9b..78c2b1ea2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,8 @@ jobs: name: Install stack (windows) run: | curl -skL -o stack.zip https://get.haskellstack.org/stable/windows-x86_64 - 7z x stack.zip -oC:\Windows stack.exe + 7z x stack.zip stack.exe + move stack.exe C:\Windows stack --version - name: Install haskell deps