File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -221,18 +221,18 @@ jobs:
221
221
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
222
222
- name : Build Dependencies Header file for ESP32-SX
223
223
run : |
224
- echo $(pwd)
224
+ echo CWD: $(pwd)
225
225
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
226
226
mv print_dependencies.h src/print_dependencies.h
227
227
echo "--Contents of print_dependencies.h:"
228
228
cat src/print_dependencies.h
229
229
echo "--End of print_dependencies.h"
230
- echo $(pwd)
230
+ echo CWD: $(pwd)
231
231
echo Path: $PATH
232
232
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)
236
236
echo Path: $PATH
237
237
cd .
238
238
tree /home/runner
You can’t perform that action at this time.
0 commit comments