per1234 / arduino-ci-script

Bash script for continuous integration of Arduino projects
MIT License
24 stars 7 forks source link

install_ide("newest") installs 1.8.11-ms-store-1 and linux build fails #30

Closed tobozo closed 4 years ago

tobozo commented 4 years ago

I was using this command in my travis.yml:

`install_ide '("newest")'`

and the build failed when arduino-ci-script tried to install 1.8.11-ms-store-1

https://travis-ci.org/tobozo/ESP32-Chimera-Core/builds/647062992

It was easily fixed by hardcoding the latest version but not that easy to spot as no error message is displayed whatsoever

per1234 commented 4 years ago

Thanks so much for reporting this @tobozo! I'll make a fix and a release within the next few hours.