Skip to content

Commit 4e39a1f

Browse files
authored
[CI] Add Arduino_SpiNINA library (ArduinoBLE dependency)
1 parent 55578cd commit 4e39a1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/examples.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
[ -d MIDIUSB ] || git clone https://github.com/arduino-libraries/MIDIUSB.git --depth=1 &
7272
[ -d Audio ] || git clone https://github.com/PaulStoffregen/Audio.git --depth=1 &
7373
[ -d ArduinoBLE ] || git clone https://github.com/arduino-libraries/ArduinoBLE.git --depth=1 &
74+
[ -d Arduino_SpiNINA ] || git clone https://github.com/arduino-libraries/Arduino_SpiNINA.git --depth=1 &
7475
[ -d Arduino-AppleMIDI-Library ] || git clone https://github.com/lathoub/Arduino-AppleMIDI-Library.git --depth=1 --branch v3.2.0 &
7576
[ -d arduino_midi_library ] || git clone https://github.com/FortySevenEffects/arduino_midi_library.git --depth=1 &
7677
ln -snf "$GITHUB_WORKSPACE" "$HOME/Arduino/libraries/"

0 commit comments

Comments
 (0)