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 @@ -210,17 +210,8 @@ jobs:
210
210
- name : Copy lv_conf.h file in Adafruit_LittlevGL_Glue_Library to the arduino library folder
211
211
run : |
212
212
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
213
- - name : Build Dependencies Header file for ESP32-SX
214
- run : |
215
- echo CWD: $(pwd)
216
- python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
217
- mv print_dependencies.h src/print_dependencies.h
218
- echo "--Contents of print_dependencies.h:"
219
- cat src/print_dependencies.h
220
- echo "--End of print_dependencies.h"
221
213
- name : Build for ESP32-SX
222
214
run : |
223
- cd .
224
215
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
225
216
- name : list
226
217
run : |
You can’t perform that action at this time.
0 commit comments