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:
62
62
## tar zxf apps.tar.gz --one-top-level=apps --strip-components 1
63
63
## ls -a
64
64
## cd nuttx
65
- ls -a
65
+ ## ls -a
66
66
echo 'Copy tools'
67
67
# Awaiting official release 4.8 !!!
68
68
# https://github.com/espressif/esptool/actions/runs/9301686672
69
69
# v4.8.dev4
70
70
mkdir -p tools/esptool
71
71
cp -fr ../tools/esptool tools
72
- ls -a tools/esptool
72
+ ## ls -a tools/esptool
73
73
cp -f ../tools/esp32/install_tools_esp.sh install_tools_esp.sh
74
- ls -a
74
+ ## ls -a
75
75
./install_tools_esp.sh
76
76
77
77
- name : Build
Original file line number Diff line number Diff line change @@ -103,10 +103,7 @@ esp_tool_dev() {
103
103
# v4.8.dev4
104
104
if ! type esptool > /dev/null 2>&1 ; then
105
105
cd " ${NUTTXTOOLS} "
106
- ls -a
107
- ls -a esptool
108
106
mv esptool esp-tool
109
- ls -a esp-tool
110
107
fi
111
108
command esptool version
112
109
}
You can’t perform that action at this time.
0 commit comments