Skip to content

Commit 79e6b14

Browse files
authored
fetch cherry pick branch
1 parent bb161c8 commit 79e6b14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/install-esp-idf.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ elif [ "$IDF_COMMIT" ]; then
5656
git -C "$IDF_PATH" checkout "$IDF_COMMIT"
5757
git switch -c work
5858
git submodule update --recursive
59+
git fetch origin branch-name:release/v5.3
5960
git cherry-pick d3354f2c65368f716dee48ed8bccf33372bf1c5e
6061
commit_predefined="1"
6162
fi

0 commit comments

Comments
 (0)