File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -426,6 +426,10 @@ jobs:
426426 run : bash ci/actions_install.sh
427427 - name : Install extra Arduino libraries
428428 run : |
429+ # adafruit gfx, nesso branch
430+ git clone --quiet --branch nesso https://github.com/adafruit/Adafruit-GFX-Library.git /home/runner/Arduino/libraries/Adafruit_GFX_Library
431+ # adafruit st7735, ExpanderPin branch
432+ git clone --quiet --branch ExpanderPin https://github.com/adafruit/Adafruit-ST7735-Library.git /home/runner/Arduino/libraries/Adafruit_ST7735_and_ST7789_Library
429433 git clone --quiet --branch v4.0.3 https://github.com/milesburton/Arduino-Temperature-Control-Library.git /home/runner/Arduino/libraries/Arduino-Temperature-Control-Library
430434 git clone --quiet https://github.com/pstolarz/OneWireNg.git /home/runner/Arduino/libraries/OneWireNg
431435 - name : Download stable Nanopb
You can’t perform that action at this time.
0 commit comments