Skip to content

Commit b8290b3

Browse files
authored
Update build.sh
1 parent 2f43f4a commit b8290b3

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
@@ -82,11 +82,7 @@ mkdir -p dist
8282
rm -rf dependencies.lock
8383

8484
if [ $SKIP_ENV -eq 0 ]; then
85-
echo "* Installing/Updating ESP-IDF and all components..."
86-
# update components from git
87-
./tools/update-components.sh
88-
if [ $? -ne 0 ]; then exit 1; fi
89-
85+
echo "* Installing ESP-IDF/Arduino and all components..."
9086
# install arduino component
9187
./tools/install-arduino.sh
9288
if [ $? -ne 0 ]; then exit 1; fi

0 commit comments

Comments
 (0)