File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 52
52
rm -r $HOME/$BSP_PATH/*
53
53
ln -s $GITHUB_WORKSPACE $HOME/$BSP_PATH/$BSP_VERSION
54
54
# Install library dependency
55
- arduino-cli lib install "Adafruit GFX Library" " Adafruit SSD1306 " "Adafruit ILI9341 " "Adafruit HX8357 Library" "Adafruit ST7735 and ST7789 Library" " Adafruit EPD"
56
- arduino-cli lib install "Adafruit Circuit Playground " "Adafruit NeoPixel " "Adafruit NeoMatrix" "MIDI Library" "Firmata "
55
+ arduino-cli lib install "Adafruit AHRS" "Adafruit Circuit Playground" " Adafruit EPD " "Adafruit GFX Library " "Adafruit HX8357 Library" "Adafruit ILI9341" "Adafruit NeoPixel" "Adafruit NeoMatrix" " Adafruit Sensor Calibration" "Adafruit SSD1306" "Adafruit ST7735 and ST7789 Library"
56
+ arduino-cli lib install "MIDI Library " "Firmata " "SdFat - Adafruit Fork "
57
57
58
58
- name : Build examples
59
59
run : python3 tools/build_all.py ${{ matrix.arduino-platform }}
You can’t perform that action at this time.
0 commit comments