Skip to content

Commit 1953383

Browse files
committed
Print PATH contents between steps + attempt hacky cd .
1 parent 83dbdef commit 1953383

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,13 @@ jobs:
228228
cat src/print_dependencies.h
229229
echo "--End of print_dependencies.h"
230230
echo $(pwd)
231+
echo Path: $PATH
231232
tree /home/runner
232-
- name: Build for ESP32-SX
233-
run: |
233+
- name: Build for ESP32-SX
234+
run: |
234235
echo $(pwd)
236+
echo Path: $PATH
237+
cd .
235238
tree /home/runner
236239
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
237240
- name: list

0 commit comments

Comments
 (0)