Skip to content

Commit 0d4b696

Browse files
authored
next try for specific idf commit
1 parent ab3144e commit 0d4b696

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/install-esp-idf.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ if [ -z "$IDF_PATH" ]; then
1818
if ! [ -d esp-idf ]; then
1919
echo "git clone $IDF_REPO_URL -b $IDF_BRANCH"
2020
git clone $IDF_REPO_URL -b $IDF_BRANCH
21-
git -C $IDF_BRANCH checkout e8af343d93b8fe409f6b793e955c608d4f75607b
21+
echo "git -C "$IDF_BRANCH" checkout e8af343d93b8fe409f6b793e955c608d4f75607b"
22+
git -C "$IDF_BRANCH" checkout e8af343d93b8fe409f6b793e955c608d4f75607b
2223
fi
2324
export IDF_PATH="$AR_ROOT/esp-idf"
2425
fi

0 commit comments

Comments
 (0)