Fix appveyor.yaml env variable.
This commit is contained in:
parent
c2105b891b
commit
ee02820816
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue