Skip to content

Commit c3f38e6

Browse files
committed
Fix CI for TFT
1 parent 2fd7b8c commit c3f38e6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -876,12 +876,6 @@ jobs:
876876
# Copy files to WipperSnapper's src/nanopb directory
877877
cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
878878
mv nanopb/pb.h src/nanopb/nanopb.pb.h
879-
- name: List all files in Adafruit_LittlevGL_Glue_Library folder
880-
run: |
881-
ls /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library
882-
- name: Copy lv_conf.h file in Adafruit_LittlevGL_Glue_Library to the arduino library folder
883-
run: |
884-
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
885879
- name: Build for ESP32-SX
886880
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
887881
- name: list

0 commit comments

Comments
 (0)