Skip to content

Commit b4409e3

Browse files
committed
Update install-arduino-core-esp32.sh
1 parent c8e3f0c commit b4409e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/install-arduino-core-esp32.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [ ! -d "$ARDUINO_ESP32_PATH" ]; then
3333
fi
3434

3535
echo "Downloading the tools and the toolchain..."
36-
cd tools && python get.py > /dev/null
36+
cd tools && python get.py
3737
if [ $? -ne 0 ]; then echo "ERROR: Download failed"; exit 1; fi
3838
cd $script_init_path
3939

0 commit comments

Comments
 (0)