From f00641d629ee898912b15047ac4c432e62362c97 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 26 Apr 2015 18:19:02 -0700 Subject: [PATCH] appveyor - use cmd for 'git submodule update'. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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