ci: github: tweaks
This commit is contained in:
parent
4e96639b81
commit
c7977b6c6f
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -115,9 +115,9 @@ jobs:
|
|||||||
- name: Install stack (windows)
|
- name: Install stack (windows)
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
PowerShell.exe -Command "&{Invoke-WebRequest -OutFile ${installdir}\\stack.zip https://get.haskellstack.org/stable/windows-x86_64.zip ; 7z e ${installdir}\\stack.zip -o${installdir} stack.exe ; Remove-Item ${installdir}\\stack.zip}"
|
# 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
|
curl -skL -o stack.zip http://www.stackage.org/stack/windows-x86_64
|
||||||
# 7z x stack.zip stack.exe
|
7z x stack.zip -o ~/.local/bin stack.exe
|
||||||
stack --version
|
stack --version
|
||||||
|
|
||||||
- name: Install haskell deps
|
- name: Install haskell deps
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user