ChuckBell / MySQL_Connector_Arduino

Database connector library for using MySQL with your Arduino projects.
332 stars 133 forks source link

how to install MySQL_Connector_Arduino into github workflow to auto build? #221

Closed everschen closed 5 months ago

everschen commented 5 months ago

Running command: /home/runner/bin/arduino-cli lib install MySQL_Connector_Arduino Error installing MySQL_Connector_Arduino: Library 'MySQL_Connector_Arduino' not found

ChuckBell commented 5 months ago

Hello. That is not the name. Use quotes:

./arduino-cli lib install "MySQL Connector Arduino"