We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e437e commit 708f8e8Copy full SHA for 708f8e8
build/conan/conanfile.py
@@ -57,7 +57,7 @@ def source(self):
57
# shallow fetch commit
58
git.fetch_commit(url=sources["url"], commit=sources['commit'])
59
# shallow clone submodules
60
- git.run("submodule update --init --remote --depth 1")
+ git.run("submodule update --init --remote")
61
62
def build(self):
63
if self.settings.os == "Emscripten":
0 commit comments