build: appveyor: tweak git submodules command
This commit is contained in:
parent
bd37e8ea70
commit
9bf8929998
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue