Skip to content

Commit 2b01d6a

Browse files
committed
no deps
1 parent 4159d79 commit 2b01d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_platform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def install_library_deps():
209209
dep = dep.strip()
210210
if not is_library_installed(dep):
211211
print("Installing "+dep)
212-
run_or_die('arduino-cli lib install "'+dep+'" > /dev/null',
212+
run_or_die('arduino-cli lib install --no-deps "'+dep+'" > /dev/null',
213213
"FAILED to install dependency "+dep)
214214
else:
215215
print("Skipping already installed lib: "+dep)

0 commit comments

Comments
 (0)