appveyor: use git submodule update --init

Thanks @jeeb.
This commit is contained in:
James Ross-Gowan 2017-11-13 23:19:03 +11:00
parent 41243e7c4f
commit ff1ee66231
1 changed files with 1 additions and 2 deletions

View File

@ -66,8 +66,7 @@ pacman -Sc --noconfirm
# Compile crossc
(
git clone --depth=1 https://github.com/rossy/crossc && cd crossc
git submodule init
git submodule update
git submodule update --init
make -j4 install prefix=$MINGW_PREFIX
)