Skip to content

Commit 708f8e8

Browse files
committed
conan: stuff
1 parent 57e437e commit 708f8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/conan/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def source(self):
5757
# shallow fetch commit
5858
git.fetch_commit(url=sources["url"], commit=sources['commit'])
5959
# shallow clone submodules
60-
git.run("submodule update --init --remote --depth 1")
60+
git.run("submodule update --init --remote")
6161

6262
def build(self):
6363
if self.settings.os == "Emscripten":

0 commit comments

Comments
 (0)