mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-10-31 20:27:52 +00:00
Merge pull request #905 from yuriks/submodule-depth
AppVeyor: Remove submodule checkout depth
This commit is contained in:
commit
3b4924cdb4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ configuration:
|
|||
- Release
|
||||
|
||||
install:
|
||||
- git submodule update --init --recursive --depth 20
|
||||
- git submodule update --init --recursive
|
||||
|
||||
before_build:
|
||||
- mkdir build
|
||||
|
|
Loading…
Reference in a new issue