appveyor.yml: in stack steup, specify 64-bit ghc.
This commit is contained in:
parent
96c8b9dc05
commit
a5fa9e6951
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ before_test:
|
|||
- ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.dll?raw=true" -OutFile 7z.dll
|
||||
- 7z x -oc:\\stack stack.zip
|
||||
- move c:\\stack\\stack.exe stack.exe
|
||||
- stack setup
|
||||
- stack setup --arch=x86_64
|
||||
|
||||
clone_folder: "c:\\pandoc"
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue