ci: github: tweaks
This commit is contained in:
parent
b91fd10b2e
commit
715b274bb0
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -116,8 +116,13 @@ jobs:
|
|||||||
if: matrix.os == 'windows-latest'
|
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 }"
|
# 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: |
|
run: |
|
||||||
|
echo 1
|
||||||
|
echo %PATH%
|
||||||
|
echo 2
|
||||||
|
echo $PATH
|
||||||
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 -o%HOME% stack.exe
|
7z x stack.zip -o%HOME% stack.exe
|
||||||
|
move stack.exe %HOME%
|
||||||
stack --version
|
stack --version
|
||||||
|
|
||||||
- name: Install haskell deps
|
- name: Install haskell deps
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user