appveyor.yml: fetch sub-modules recursively (#24451)

This commit is contained in:
Guruprasad Kamath
2022-03-01 10:36:11 +01:00
committed by GitHub
parent 687e4dc855
commit 03b7de28b2

View File

@ -13,7 +13,7 @@ environment:
GETH_MINGW: 'C:\msys64\mingw32' GETH_MINGW: 'C:\msys64\mingw32'
install: install:
- git submodule update --init --depth 1 - git submodule update --init --depth 1 --recursive
- go version - go version
for: for: