Skip to content

Commit

Permalink
CI: update arduino IDE url (esp8266#8563)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-v authored and hasenradball committed Nov 18, 2024
1 parent 4c87d0c commit b8b1b75
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 b8b1b75

Please sign in to comment.