Skip to content

Commit badec21

Browse files
authored
[CI] Fix ESP-IDF CI (#1670)
1 parent bffaf7d commit badec21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
rm -rf ~/esp
258258
mkdir -p ~/esp
259259
cd ~/esp
260-
git clone --recursive https://github.com/espressif/esp-idf.git
260+
git clone https://github.com/espressif/esp-idf.git
261261
cd esp-idf
262262
git checkout v5.4.3
263263
git submodule update --init --recursive

0 commit comments

Comments
 (0)