diff --git a/appveyor.yml b/appveyor.yml index 28dbffea6..519c7c060 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ install: +- cmd: 'git submodule update --init' - ps: | - git submodule update --init choco install haskellplatform -version 2014.2.0.0 -y # Haskell Platfrom package doesn't update PATH for the current shell instance