Skip to content

Commit 3ca77b9

Browse files
committed
Even more logging to see whats changed after prebuild
1 parent 79550db commit 3ca77b9

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
@@ -219,9 +219,11 @@ jobs:
219219
cat src/print_dependencies.h
220220
echo "--End of print_dependencies.h"
221221
echo $(pwd)
222+
tree /home/runner
222223
- name: Build for ESP32-SX
223224
run: |
224225
echo $(pwd)
226+
tree /home/runner
225227
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
226228
- name: list
227229
run: |

0 commit comments

Comments
 (0)