Skip to content

Commit 576c000

Browse files
committed
Add missed path to arduino command for dummy board installation
This should have been done in 835845f but I missed it.
1 parent 68dca53 commit 576c000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ci-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ function build_sketch()
611611
local regex1="1.5.[0-9]"
612612
local regex2="1.6.[0-3]"
613613
if ! [[ "$IDEversion" =~ $regex1 || "$IDEversion" =~ $regex2 ]]; then
614-
eval arduino --install-boards arduino:dummy "$ARDUINO_CI_SCRIPT_VERBOSITY_REDIRECT"
614+
eval ${ARDUINO_CI_SCRIPT_APPLICATION_FOLDER}/${ARDUINO_CI_SCRIPT_IDE_INSTALLATION_FOLDER}/arduino --install-boards arduino:dummy "$ARDUINO_CI_SCRIPT_VERBOSITY_REDIRECT"
615615
if [[ "$ARDUINO_CI_SCRIPT_VERBOSITY_LEVEL" -gt 1 ]]; then
616616
# The warning is printed to stdout
617617
echo "NOTE: The warning above \"Selected board is not available\" is caused intentionally and does not indicate a problem."

0 commit comments

Comments
 (0)