We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55578cd commit 4e39a1fCopy full SHA for 4e39a1f
1 file changed
.github/workflows/examples.yaml
@@ -71,6 +71,7 @@ jobs:
71
[ -d MIDIUSB ] || git clone https://github.com/arduino-libraries/MIDIUSB.git --depth=1 &
72
[ -d Audio ] || git clone https://github.com/PaulStoffregen/Audio.git --depth=1 &
73
[ -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 &
75
[ -d Arduino-AppleMIDI-Library ] || git clone https://github.com/lathoub/Arduino-AppleMIDI-Library.git --depth=1 --branch v3.2.0 &
76
[ -d arduino_midi_library ] || git clone https://github.com/FortySevenEffects/arduino_midi_library.git --depth=1 &
77
ln -snf "$GITHUB_WORKSPACE" "$HOME/Arduino/libraries/"
0 commit comments