- make AppVeyor fetch submodules

This commit is contained in:
InspirationByte 2022-01-20 21:36:06 +03:00
parent afe523d8e5
commit 84c9f55e2c

View File

@ -28,6 +28,8 @@ environment:
install:
- git submodule init
- git submodule update
- cmd: '%APPVEYOR_BUILD_FOLDER%\.appveyor\Install.bat'
- sh: '${APPVEYOR_BUILD_FOLDER}/.appveyor/Install.sh'