Skip to content

Commit 57b2965

Browse files
committed
WIP: switch to PR versions of Adafruit GFX+ST7789
1 parent 79b19ed commit 57b2965

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)