Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2e5f440

Browse files
committedAug 26, 2020
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.