More appveyor fixes.
This commit is contained in:
parent
64d683b84b
commit
4e1cfee30a
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ before_test:
|
|||
- ps: Invoke-WebRequest "https://github.com/commercialhaskell/stack/releases/download/v0.1.5.0/stack-0.1.5.0-x86_64-windows.zip" -OutFile stack.zip
|
||||
- ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.exe?raw=true" -OutFile 7z.exe
|
||||
- ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.dll?raw=true" -OutFile 7z.dll
|
||||
- 7z x stack.zip
|
||||
- move stack.exe.exe stack.exe
|
||||
- 7z x -oc:\\stack stack.zip
|
||||
- move c:\\stack\\stack.exe.exe stack.exe
|
||||
|
||||
clone_folder: "c:\\pandoc"
|
||||
environment:
|
||||
|
|
Loading…
Add table
Reference in a new issue