Skip to content

Commit 0192c6a

Browse files
authored
Uncomment component update commands in build.sh
1 parent 27b2732 commit 0192c6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ rm -rf dependencies.lock
9999

100100
if [ $SKIP_ENV -eq 0 ]; then
101101
echo "* Installing/Updating ESP-IDF and all components..."
102-
# # update components from git
103-
# ./tools/update-components.sh
104-
# if [ $? -ne 0 ]; then exit 1; fi
102+
# update components from git
103+
./tools/update-components.sh
104+
if [ $? -ne 0 ]; then exit 1; fi
105105

106106
# install arduino component
107107
./tools/install-arduino.sh

0 commit comments

Comments
 (0)