build: appveyor: tweak git submodules command

This commit is contained in:
Eric Wasylishen 2016-06-18 16:08:55 -07:00
parent bd37e8ea70
commit 9bf8929998
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ platform:
version: 1.0.{build}
install:
- ps: git submodule update --init --recursive
- git submodule update --init --recursive
- ps: Invoke-WebRequest 'https://github.com/embree/embree/releases/download/v2.10.0/embree-2.10.0.x64.windows.zip' -OutFile 'embree64.zip'
- ps: 7z x embree64.zip -oc:\
- ps: Invoke-WebRequest 'https://github.com/embree/embree/releases/download/v2.10.0/embree-2.10.0.win32.windows.zip' -OutFile 'embree.zip'