From 715b274bb0d1ccbf77ffae558a14c26c7bb2436e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 6 Mar 2020 01:44:53 -0800 Subject: [PATCH] ci: github: tweaks --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6739d0c12..d64119703 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,8 +116,13 @@ jobs: if: matrix.os == 'windows-latest' # 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 }" run: | + echo 1 + echo %PATH% + echo 2 + echo $PATH curl -skL -o stack.zip http://www.stackage.org/stack/windows-x86_64 7z x stack.zip -o%HOME% stack.exe + move stack.exe %HOME% stack --version - name: Install haskell deps