ci: github: tweaks

This commit is contained in:
Simon Michael 2020-03-06 01:36:22 -08:00
parent c7977b6c6f
commit 9bf3e167da

View File

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