File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -221,10 +221,17 @@ jobs:
221
221
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
222
222
- name : Build Dependencies Header file for ESP32-SX
223
223
run : |
224
+ echo $(pwd)
224
225
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
225
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
+ echo $(pwd)
226
231
- name : Build for ESP32-SX
227
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
232
+ run : |
233
+ echo $(pwd)
234
+ python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
228
235
- name : list
229
236
run : |
230
237
ls
You can’t perform that action at this time.
0 commit comments