Skip to content

Commit fcccd09

Browse files
gurukamathcp-wjhan
authored andcommitted
appveyor.yml: fetch sub-modules recursively (ethereum#24451)
1 parent 8d2262f commit fcccd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ environment:
1313
GETH_MINGW: 'C:\msys64\mingw32'
1414

1515
install:
16-
- git submodule update --init --depth 1
16+
- git submodule update --init --depth 1 --recursive
1717
- go version
1818

1919
for:

0 commit comments

Comments
 (0)