I guess import the lib from repo

This commit is contained in:
Just Call Me Koko
2025-07-23 12:22:42 -04:00
parent c6bf7d63e5
commit 4c22b9af7c
+13 -5
View File
@@ -92,12 +92,16 @@ jobs:
ref: v2.0.6
path: CustomMicroNMEA
#- name: Install ESPAsyncWebServer
# uses: actions/checkout@v2
# with:
# repository: ${{ matrix.board.esp_async }}
# ref: ${{ matrix.board.esp_async_ver }}
# path: CustomESPAsyncWebServer
- name: Install ESPAsyncWebServer
uses: actions/checkout@v2
with:
repository: ${{ matrix.board.esp_async }}
ref: ${{ matrix.board.esp_async_ver }}
path: CustomESPAsyncWebServer
run: |
cp -r libraries/ESPAsyncWebServer ./CustomESPAsyncWebServer
- name: Install TFT_eSPI
uses: actions/checkout@v2
@@ -176,6 +180,10 @@ jobs:
ref: 1.0.2
path: CustomAdafruit_MAX1704X
- name: Show Libraries
run: |
find /home/runner/ -name "Custom*"
- name: Configure TFT_eSPI
run: |
rm -f CustomTFT_eSPI/User_Setup_Select.h