Skip to content

Commit 091bdbd

Browse files
committed
log board installation to see what is going on
1 parent 4504635 commit 091bdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/arduino_ci/arduino_cmd.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def board_installed?(boardname)
117117
# @param name [String] the board name
118118
# @return [bool] whether the command succeeded
119119
def install_board(boardname)
120-
run_and_capture("--install-boards", boardname)[:success]
120+
run_wrap("--install-boards", boardname)[:success]
121121
end
122122

123123
# install a library by name

0 commit comments

Comments
 (0)