Skip to content

Commit c04aafd

Browse files
authored
Update build.sh
1 parent d4a3131 commit c04aafd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,7 @@ mkdir -p dist
9393
rm -rf dependencies.lock
9494

9595
if [ $SKIP_ENV -eq 0 ]; then
96-
echo "* Installing/Updating ESP-IDF and all components..."
97-
# update components from git
98-
./tools/update-components.sh
99-
if [ $? -ne 0 ]; then exit 1; fi
100-
96+
echo "* Installing/Updating ESP-IDF / Arduino and all components..."
10197
# install arduino component
10298
./tools/install-arduino.sh
10399
if [ $? -ne 0 ]; then exit 1; fi

0 commit comments

Comments
 (0)