Преглед изворни кода

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