File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -219,17 +219,8 @@ jobs:
219
219
- name : Copy lv_conf.h file in Adafruit_LittlevGL_Glue_Library to the arduino library folder
220
220
run : |
221
221
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
222
- - name : Build Dependencies Header file for ESP32-SX
223
- run : |
224
- echo CWD: $(pwd)
225
- python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
226
- mv print_dependencies.h src/print_dependencies.h
227
- echo "--Contents of print_dependencies.h:"
228
- cat src/print_dependencies.h
229
- echo "--End of print_dependencies.h"
230
222
- name : Build for ESP32-SX
231
223
run : |
232
- cd .
233
224
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
234
225
- name : list
235
226
run : |
You can’t perform that action at this time.
0 commit comments