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

pull/24488/head
Guruprasad Kamath 3 years ago committed by GitHub
parent 687e4dc855
commit 03b7de28b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      appveyor.yml

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

Loading…
Cancel
Save