File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments