Skip to content

Commit 2904021

Browse files
authored
CI: update arduino IDE url (#8563)
1 parent da4a19f commit 2904021

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/common.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ function install_libraries()
150150
function install_ide()
151151
{
152152
local idever='nightly'
153-
local ideurl='https://www.arduino.cc/download.php?f=/arduino-nightly'
154-
155153
#local idever='1.8.10'
156-
#local ideurl="https://downloads.arduino.cc/arduino-$idever"
154+
155+
#local ideurl='https://www.arduino.cc/download.php?f=/arduino-nightly'
156+
local ideurl="https://downloads.arduino.cc/arduino-$idever"
157157

158158
echo "using Arduino IDE distribution ${idever}"
159159

0 commit comments

Comments
 (0)