Update build-arduino.sh

This commit is contained in:
lathoub 2022-01-20 05:54:06 +01:00 committed by GitHub
parent a8cb8f3582
commit 4b455f695e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ arduino-cli core update-index
# arduino-cli core install arduino:esp8266
arduino-cli core install esp32:esp32
# List the boards
arduino-cli board list
# Link Arduino library
ln -s $GITHUB_WORKSPACE $HOME/Arduino/libraries/CI_Test_Library