mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-25 01:52:00 +03:00
Fixed appveyor config regarding SSL error.
This commit is contained in:
parent
bf160e23bb
commit
4b000ea036
@ -29,7 +29,7 @@ install:
|
||||
- ps: cd waspc
|
||||
# Install latest stable stack.
|
||||
- ps: |
|
||||
curl -OutFile stack.zip -Uri https://get.haskellstack.org/stable/windows-x86_64.zip
|
||||
curl -OutFile stack.zip -Uri http://get.haskellstack.org/stable/windows-x86_64.zip
|
||||
7z x stack.zip stack.exe
|
||||
mkdir c:/bin
|
||||
mv stack.exe c:/bin
|
||||
|
Loading…
Reference in New Issue
Block a user