mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
appveyor.yml: fetch sub-modules recursively (#24451)
This commit is contained in:
parent
687e4dc855
commit
03b7de28b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue