소스 검색

Merge pull request #905 from yuriks/submodule-depth

AppVeyor: Remove submodule checkout depth
bunnei 11 년 전
부모
커밋
3b4924cdb4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -13,7 +13,7 @@ configuration:
   - Release
 
 install:
-  - git submodule update --init --recursive --depth 20
+  - git submodule update --init --recursive
 
 before_build:
   - mkdir build