adafruit / ci-arduino

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

fixing missing arduino:avr dep for adafruit:avr #70

Closed siddacious closed 4 years ago

siddacious commented 4 years ago

This should fix the trinket target. I was able to partially test it locally; it correctly installed the arduino:avr core but then failed on something else likely due to my local env not being totally set up to match actions