Skip to content

Commit 13c9ff9

Browse files
committed
Update build-arduino.sh
1 parent 04465c4 commit 13c9ff9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/build-arduino.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ln -s $GITHUB_WORKSPACE $HOME/Arduino/libraries/CI_Test_Library
3030
arduino-cli lib install Ethernet
3131
arduino-cli lib install "MIDI library"
3232
arduino-cli lib install --git-url https://github.com/sstaub/Ethernet3.git
33+
arduino-cli lib install EthernetBonjour
3334

3435
# Compile all *.ino files for the Arduino Uno
3536
for f in **/AVR_*.ino ; do

0 commit comments

Comments
 (0)