appveyor.yml: Fix check for existing wixtoolset.

This commit is contained in:
John MacFarlane 2016-06-03 13:15:34 -07:00
parent 4bc0f121c9
commit c4ae3b9855

View file

@ -14,7 +14,7 @@ cache:
build: off
install:
- '"%WIXBIN%\\candle -?" || choco install wixtoolset'
- '"%WIXBIN%"\candle -? || choco install wixtoolset'
- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
- 7z x stack.zip stack.exe
- stack setup > nul