Skip to content

Commit ccf26a8

Browse files
committed
Fix indentation
1 parent 1953383 commit ccf26a8

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
@@ -221,18 +221,18 @@ jobs:
221221
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
222222
- name: Build Dependencies Header file for ESP32-SX
223223
run: |
224-
echo $(pwd)
224+
echo CWD: $(pwd)
225225
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
226226
mv print_dependencies.h src/print_dependencies.h
227227
echo "--Contents of print_dependencies.h:"
228228
cat src/print_dependencies.h
229229
echo "--End of print_dependencies.h"
230-
echo $(pwd)
230+
echo CWD: $(pwd)
231231
echo Path: $PATH
232232
tree /home/runner
233-
- name: Build for ESP32-SX
234-
run: |
235-
echo $(pwd)
233+
- name: Build for ESP32-SX
234+
run: |
235+
echo CWD: $(pwd)
236236
echo Path: $PATH
237237
cd .
238238
tree /home/runner

0 commit comments

Comments
 (0)