Skip to content

Commit

Permalink
CI: update arduino IDE url (#8563)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-v committed May 12, 2022
1 parent da4a19f commit 2904021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ function install_libraries()
function install_ide()
{
local idever='nightly'
local ideurl='https://www.arduino.cc/download.php?f=/arduino-nightly'

#local idever='1.8.10'
#local ideurl="https://downloads.arduino.cc/arduino-$idever"

#local ideurl='https://www.arduino.cc/download.php?f=/arduino-nightly'
local ideurl="https://downloads.arduino.cc/arduino-$idever"

echo "using Arduino IDE distribution ${idever}"

Expand Down

0 comments on commit 2904021

Please sign in to comment.