Skip to content

Commit 98136d3

Browse files
committed
try to fix ci
1 parent 8a39786 commit 98136d3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/githubci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
steps:
2323
- name: Setup Python
24-
uses: actions/setup-python@v1
24+
uses: actions/setup-python@v4
2525
with:
2626
python-version: '3.x'
2727

2828
- name: Checkout code
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v3
3030
with:
3131
submodules: 'true'
3232

@@ -58,7 +58,11 @@ jobs:
5858
5959
# Install library dependency
6060
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"
61-
arduino-cli lib install "Arduino_TensorFlowLite" "MIDI Library"
61+
arduino-cli lib install "MIDI Library"
62+
63+
# Arduino_TensorFlowLite is removed per maintainer request https://github.com/arduino/library-registry/pull/1748
64+
# Find a way to compile later, skip TFL example for now
65+
# arduino-cli lib install "Arduino_TensorFlowLite"
6266
6367
# TODO use firmata master to prevent build error with gcc v9 (should be remove after 2.5.9 is released)
6468
# https://github.com/firmata/arduino/pull/438

0 commit comments

Comments
 (0)