From 9bf3e167da94bd0e65c995e534ee199118652a5e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 6 Mar 2020 01:36:22 -0800 Subject: [PATCH] ci: github: tweaks --- .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 0c8404a50..7fb8ce1fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: run: | # PowerShell.exe -Command "&{Invoke-WebRequest -OutFile %HOME%\\stack.zip https://get.haskellstack.org/stable/windows-x86_64.zip ; 7z e ${installdir}\\stack.zip -o${installdir} stack.exe }" curl -skL -o stack.zip http://www.stackage.org/stack/windows-x86_64 - 7z x stack.zip -o ~/.local/bin stack.exe + 7z x stack.zip -o /bin stack.exe stack --version - name: Install haskell deps