ci: github: tweaks
This commit is contained in:
parent
c0b8672ef5
commit
5acc873240
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -114,9 +114,8 @@ jobs:
|
|||||||
- if: matrix.os == 'windows-latest'
|
- if: matrix.os == 'windows-latest'
|
||||||
name: Install stack (windows)
|
name: Install stack (windows)
|
||||||
run: |
|
run: |
|
||||||
curl -skL -o stack.zip https://get.haskellstack.org/stable/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 -oC:\Windows stack.exe
|
||||||
move stack.exe C:\Windows
|
|
||||||
stack --version
|
stack --version
|
||||||
|
|
||||||
- name: Install haskell deps
|
- name: Install haskell deps
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user