Skip to content

Commit 2e5f440

Browse files
committed
For test purpose
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 7af72ab commit 2e5f440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/build/arduino-cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def find_board():
486486
for fqbn in fqbn_list_tmp:
487487
try:
488488
output = subprocess.check_output(
489-
[arduino_cli, "board", "details", "--format", "json", fqbn],
489+
[arduino_cli, "board", "details", "--additional-urls", stm32_url, "--format", "json", fqbn],
490490
stderr=subprocess.STDOUT,
491491
).decode("utf-8")
492492
except subprocess.CalledProcessError as e:

0 commit comments

Comments
 (0)