8000 CI: update arduino IDE url by d-a-v · Pull Request #8563 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

CI: update arduino IDE url #8563

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 12, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
CI: update arduino IDE url
  • Loading branch information
d-a-v committed May 12, 2022
commit 6c60ef9cc2cc37dcd46adc282ae5d1dbde028155
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