Skip to content

Commit 06c40e1

Browse files
authored
Merge pull request #663 from adafruit/fix-ci
install tensorflow lite for ci
2 parents 09df0f3 + 12019bd commit 06c40e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/githubci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
ln -s $GITHUB_WORKSPACE $HOME/$BSP_PATH/$BSP_VERSION
5757
5858
# Install library dependency
59-
arduino-cli lib install "Adafruit AHRS" "Adafruit APDS9960 Library" "Adafruit Arcada Library" "Adafruit BMP280 Library" "Adafruit Circuit Playground" "Adafruit EPD" "Adafruit GFX Library" "Adafruit HX8357 Library" "Adafruit ILI9341" "Adafruit LIS3MDL" "Adafruit LSM6DS" "Adafruit NeoPixel" "Adafruit NeoMatrix" "Adafruit Sensor Calibration" "Adafruit SHT31 Library" "Adafruit SSD1306" "Adafruit ST7735 and ST7789 Library" "MIDI Library" "SdFat - Adafruit Fork"
59+
arduino-cli lib install "Adafruit AHRS" "Adafruit APDS9960 Library" "Adafruit Arcada Library" "Adafruit BMP280 Library" "Adafruit Circuit Playground" "Adafruit EPD" "Adafruit GFX Library" "Adafruit HX8357 Library" "Adafruit ILI9341" "Adafruit LIS3MDL" "Adafruit LSM6DS" "Adafruit NeoPixel" "Adafruit NeoMatrix" "Adafruit Sensor Calibration" "Adafruit SHT31 Library" "Adafruit SSD1306" "Adafruit ST7735 and ST7789 Library" "SdFat - Adafruit Fork"
60+
arduino-cli lib install "Arduino_TensorFlowLite" "MIDI Library"
6061
6162
# TODO use firmata master to prevent build error with gcc v9 (should be remove after 2.5.9 is released)
6263
# https://github.com/firmata/arduino/pull/438

0 commit comments

Comments
 (0)