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