From 6b217435c4bbc4061e052edff335bc3d4363c97b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 6 Mar 2020 01:54:18 -0800 Subject: [PATCH] ci: github: tweaks --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d64119703..0274cfb3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,13 +116,12 @@ 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 + Get-Command pwsh.exe + dir + dir C:\Windows\System32\WindowsPowerShell\v1.0 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% + move stack.exe C:\Windows\System32\WindowsPowerShell\v1.0 stack --version - name: Install haskell deps