Skip to content

Commit 83dbdef

Browse files
committed
Even more logging to see whats changed after prebuild
1 parent 18fa0bb commit 83dbdef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,11 @@ jobs:
228228
cat src/print_dependencies.h
229229
echo "--End of print_dependencies.h"
230230
echo $(pwd)
231+
tree /home/runner
231232
- name: Build for ESP32-SX
232233
run: |
233234
echo $(pwd)
235+
tree /home/runner
234236
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
235237
- name: list
236238
run: |

0 commit comments

Comments
 (0)