Skip to content

Commit

Permalink
Update idf-setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Dec 3, 2024
1 parent 44e6298 commit 7633907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci/idf-setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Exit immediately if a command exits with a non-zero status.
set -e
git clone -b v5.1.2 --recursive --shallow-submodules https://github.com/espressif/esp-idf.git
git clone -b v5.1.5 --recursive --shallow-submodules https://github.com/espressif/esp-idf.git
cd ./esp-idf
./install.sh
source ./export.sh
Expand Down

0 comments on commit 7633907

Please sign in to comment.