Skip to content

Commit 7694548

Browse files
committed
appveyor: don't recurse submodules
Don't init the (intentionally) broken libgit2 submodules.
1 parent d03ca02 commit 7694548

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
@@ -7,7 +7,7 @@ branches:
77
skip_tags: true
88

99
install:
10-
- git submodule update --init --recursive
10+
- git submodule update --init
1111

1212
build_script:
1313
- ps: .\build.libgit2.ps1 -vs 12

0 commit comments

Comments
 (0)