Skip to content

Commit 891b435

Browse files
committed
for all examples
1 parent f461167 commit 891b435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/build-arduino.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ arduino-cli core install arduino:avr
2121
ln -s $GITHUB_WORKSPACE $HOME/Arduino/libraries/CI_Test_Library
2222

2323
# Compile all *.ino files for the Arduino Uno
24-
for f in AVR_*/*.ino ; do
24+
for f in **/*.ino ; do
2525
arduino-cli compile -b arduino:avr:uno $f
2626
done

0 commit comments

Comments
 (0)