Explorar el Código

Merge pull request #905 from yuriks/submodule-depth

AppVeyor: Remove submodule checkout depth
bunnei hace 11 años
padre
commit
3b4924cdb4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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