adafruit / ci-arduino

A script that will install all of the common dependencies for testing Arduino library builds using Github Actions
MIT License
116 stars 73 forks source link

Use non-dev link for Arduino ESP32 BSP #167

Closed makermelissa closed 1 year ago

makermelissa commented 1 year ago

Fixes adafruit/Adafruit_Learning_System_Guides#2642. This should fix the issue for failing Arduino tests in Learn because it doesn't install the bleeding edge version for now.

makermelissa commented 1 year ago

@ladyada for review

makermelissa commented 1 year ago

Closing because the preferred way is to fix the issues themselves.