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 @@ -212,18 +212,18 @@ jobs:
212
212
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
213
213
- name : Build Dependencies Header file for ESP32-SX
214
214
run : |
215
- echo $(pwd)
215
+ echo CWD: $(pwd)
216
216
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
217
217
mv print_dependencies.h src/print_dependencies.h
218
218
echo "--Contents of print_dependencies.h:"
219
219
cat src/print_dependencies.h
220
220
echo "--End of print_dependencies.h"
221
- echo $(pwd)
221
+ echo CWD: $(pwd)
222
222
echo Path: $PATH
223
223
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)
227
227
echo Path: $PATH
228
228
cd .
229
229
tree /home/runner
You can’t perform that action at this time.
0 commit comments