Skip to content

Commit 505a896

Browse files
committed
Print PATH contents between steps + attempt hacky cd .
1 parent 3ca77b9 commit 505a896

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
@@ -219,10 +219,13 @@ jobs:
219219
cat src/print_dependencies.h
220220
echo "--End of print_dependencies.h"
221221
echo $(pwd)
222+
echo Path: $PATH
222223
tree /home/runner
223-
- name: Build for ESP32-SX
224-
run: |
224+
- name: Build for ESP32-SX
225+
run: |
225226
echo $(pwd)
227+
echo Path: $PATH
228+
cd .
226229
tree /home/runner
227230
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
228231
- name: list

0 commit comments

Comments
 (0)