Skip to content

Commit 7633907

Browse files
committed
Update idf-setup.sh
1 parent 44e6298 commit 7633907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ci/idf-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# Exit immediately if a command exits with a non-zero status.
33
set -e
4-
git clone -b v5.1.2 --recursive --shallow-submodules https://github.com/espressif/esp-idf.git
4+
git clone -b v5.1.5 --recursive --shallow-submodules https://github.com/espressif/esp-idf.git
55
cd ./esp-idf
66
./install.sh
77
source ./export.sh

0 commit comments

Comments
 (0)