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

Fix for running ci-arduino in private repos #171

Closed ayushsharma82 closed 11 months ago

ayushsharma82 commented 11 months ago

Description: CI was failing at pre-install step because it was trying to get repo topics of a private repo. Added a fallback string incase curl returns null due to unauthorized response from Github.