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 @@ -212,10 +212,17 @@ jobs:
212
212
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
213
213
- name : Build Dependencies Header file for ESP32-SX
214
214
run : |
215
+ echo $(pwd)
215
216
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
216
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
+ echo $(pwd)
217
222
- name : Build for ESP32-SX
218
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
223
+ run : |
224
+ echo $(pwd)
225
+ python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
219
226
- name : list
220
227
run : |
221
228
ls
You can’t perform that action at this time.
0 commit comments