@@ -19,6 +19,10 @@ jobs:
- name: pre-install
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
run: python3 ci/build_platform.py main_platforms
@@ -7,4 +7,4 @@ paragraph=Install this library in addition to the display library for your hardw
category=Display
url=https://github.com/adafruit/Adafruit-GFX-Library
architectures=*
-depends=Adafruit ILI9341, Adafruit BusIO
+depends=Adafruit BusIO