Skip to content

Commit a31b369

Browse files
authored
Added missing .git extensions (#198)
* Added missing .git extensions * Don't cache dependencies
1 parent 924ecc9 commit a31b369

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.appveyor.yml

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ platform:
1919

2020
cache:
2121
- cmake-build
22-
- dependencies -> .gitmodules
23-
- GLTF/dependencies -> .gitmodules
2422

2523
configuration:
2624
- Debug

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
url = https://github.com/KhronosGroup/OpenCOLLADA.git
44
[submodule "dependencies/rapidjson"]
55
path = GLTF/dependencies/rapidjson
6-
url = https://github.com/miloyip/rapidjson
6+
url = https://github.com/miloyip/rapidjson.git
77
[submodule "GLTF/dependencies/googletest"]
88
path = GLTF/dependencies/googletest
99
url = https://github.com/google/googletest.git
@@ -12,4 +12,4 @@
1212
url = https://github.com/lasalvavida/ahoy.git
1313
[submodule "dependencies/draco"]
1414
path = GLTF/dependencies/draco
15-
url = https://github.com/google/draco
15+
url = https://github.com/google/draco.git

0 commit comments

Comments
 (0)