From 4c22b9af7cc6a701acb78c5dce822519bccdac77 Mon Sep 17 00:00:00 2001 From: Just Call Me Koko Date: Wed, 23 Jul 2025 12:22:42 -0400 Subject: [PATCH] I guess import the lib from repo --- .github/workflows/build_parallel.yml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_parallel.yml b/.github/workflows/build_parallel.yml index b20f650..929241d 100644 --- a/.github/workflows/build_parallel.yml +++ b/.github/workflows/build_parallel.yml @@ -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