try manually installing ili9341

This commit is contained in:
lady ada 2020-05-17 16:38:02 -04:00
parent d2b4b25559
commit 32439f79dc
2 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,10 @@ jobs:
- name: pre-install - name: pre-install
run: bash ci/actions_install.sh run: bash ci/actions_install.sh
- name: extra libraries
run: |
git clone --quiet https://github.com/adafruit/Adafruit_ILI9341.git /home/runner/Arduino/libraries/Adafruit_ILI9341
- name: test platforms - name: test platforms
run: python3 ci/build_platform.py main_platforms run: python3 ci/build_platform.py main_platforms

View File

@ -7,4 +7,4 @@ paragraph=Install this library in addition to the display library for your hardw
category=Display category=Display
url=https://github.com/adafruit/Adafruit-GFX-Library url=https://github.com/adafruit/Adafruit-GFX-Library
architectures=* architectures=*
depends=Adafruit ILI9341, Adafruit BusIO depends=Adafruit BusIO