ci: github: tweaks

This commit is contained in:
Simon Michael 2020-03-06 01:54:18 -08:00
parent 715b274bb0
commit 6b217435c4

View File

@ -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