Skip to content

Commit

Permalink
appveyor.yml: fetch sub-modules recursively (#24451)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurukamath authored and qinglin89 committed Aug 18, 2022
1 parent 7bb1463 commit 62d66e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 62d66e4

Please sign in to comment.