Skip to content

Commit 52a3716

Browse files
committed
Remove debug logging for tree/pwd
1 parent ccf26a8 commit 52a3716

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -227,15 +227,8 @@ jobs:
227227
echo "--Contents of print_dependencies.h:"
228228
cat src/print_dependencies.h
229229
echo "--End of print_dependencies.h"
230-
echo CWD: $(pwd)
231-
echo Path: $PATH
232-
tree /home/runner
233230
- name: Build for ESP32-SX
234231
run: |
235-
echo CWD: $(pwd)
236-
echo Path: $PATH
237-
cd .
238-
tree /home/runner
239232
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
240233
- name: list
241234
run: |

0 commit comments

Comments
 (0)