We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd7b8c commit c3f38e6Copy full SHA for c3f38e6
1 file changed
.github/workflows/build-clang-doxy.yml
@@ -876,12 +876,6 @@ jobs:
876
# Copy files to WipperSnapper's src/nanopb directory
877
cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
878
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
884
- cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
885
- name: Build for ESP32-SX
886
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
887
- name: list
0 commit comments