File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -62,16 +62,16 @@ jobs:
6262 ## tar zxf apps.tar.gz --one-top-level=apps --strip-components 1
6363 ## ls -a
6464 ## cd nuttx
65- ls -a
65+ ## ls -a
6666 echo 'Copy tools'
6767 # Awaiting official release 4.8 !!!
6868 # https://github.com/espressif/esptool/actions/runs/9301686672
6969 # v4.8.dev4
7070 mkdir -p tools/esptool
7171 cp -fr ../tools/esptool tools
72- ls -a tools/esptool
72+ ## ls -a tools/esptool
7373 cp -f ../tools/esp32/install_tools_esp.sh install_tools_esp.sh
74- ls -a
74+ ## ls -a
7575 ./install_tools_esp.sh
7676
7777 - name : Build
Original file line number Diff line number Diff line change @@ -103,10 +103,7 @@ esp_tool_dev() {
103103 # v4.8.dev4
104104 if ! type esptool > /dev/null 2>&1 ; then
105105 cd " ${NUTTXTOOLS} "
106- ls -a
107- ls -a esptool
108106 mv esptool esp-tool
109- ls -a esp-tool
110107 fi
111108 command esptool version
112109}
You can’t perform that action at this time.
0 commit comments