Fix appveyor.yaml env variable.

This commit is contained in:
John MacFarlane 2018-09-24 12:19:42 -07:00
parent c2105b891b
commit ee02820816

View file

@ -60,7 +60,7 @@ build: off
install:
- choco install wixtoolset %CHOCO_OPTS%
- if test "BUILD_TYPE" = stack
- if test "$BUILD_TYPE" = stack
then
choco install haskell-stack %CHOCO_OPTS%
else