We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4159d79 commit 2b01d6aCopy full SHA for 2b01d6a
build_platform.py
@@ -209,7 +209,7 @@ def install_library_deps():
209
dep = dep.strip()
210
if not is_library_installed(dep):
211
print("Installing "+dep)
212
- run_or_die('arduino-cli lib install "'+dep+'" > /dev/null',
+ run_or_die('arduino-cli lib install --no-deps "'+dep+'" > /dev/null',
213
"FAILED to install dependency "+dep)
214
else:
215
print("Skipping already installed lib: "+dep)
0 commit comments