Skip to content

Commit 1030dcb

Browse files
committed
Remove debug logging for tree/pwd
1 parent 28029d9 commit 1030dcb

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
@@ -218,15 +218,8 @@ jobs:
218218
echo "--Contents of print_dependencies.h:"
219219
cat src/print_dependencies.h
220220
echo "--End of print_dependencies.h"
221-
echo CWD: $(pwd)
222-
echo Path: $PATH
223-
tree /home/runner
224221
- name: Build for ESP32-SX
225222
run: |
226-
echo CWD: $(pwd)
227-
echo Path: $PATH
228-
cd .
229-
tree /home/runner
230223
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
231224
- name: list
232225
run: |

0 commit comments

Comments
 (0)