Skip to content

Commit 28029d9

Browse files
committed
Fix indentation
1 parent 505a896 commit 28029d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,18 +212,18 @@ jobs:
212212
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
213213
- name: Build Dependencies Header file for ESP32-SX
214214
run: |
215-
echo $(pwd)
215+
echo CWD: $(pwd)
216216
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
217217
mv print_dependencies.h src/print_dependencies.h
218218
echo "--Contents of print_dependencies.h:"
219219
cat src/print_dependencies.h
220220
echo "--End of print_dependencies.h"
221-
echo $(pwd)
221+
echo CWD: $(pwd)
222222
echo Path: $PATH
223223
tree /home/runner
224-
- name: Build for ESP32-SX
225-
run: |
226-
echo $(pwd)
224+
- name: Build for ESP32-SX
225+
run: |
226+
echo CWD: $(pwd)
227227
echo Path: $PATH
228228
cd .
229229
tree /home/runner

0 commit comments

Comments
 (0)