Skip to content

Commit b05c41b

Browse files
authored
Update archive-build.sh
1 parent c641e57 commit b05c41b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/archive-build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ if [ -d "out" ]; then
2929
#git clone https://github.com/espressif/arduino-esp32 -b $AR_BRANCH_SUFFIX
3030
git clone https://github.com/espressif/arduino-esp32 -b master
3131
# use specific commit 6e7cc521. Changes after did broke stuff. https://github.com/espressif/arduino-esp32/issues/4920
32+
cd arduino-esp32
3233
git reset --hard 6e7cc521
34+
cd ..
3335
rm -rf arduino-esp32/tools/sdk
3436
rm -rf arduino-esp32/docs
3537
cp -Rf tools/sdk arduino-esp32/tools/sdk

0 commit comments

Comments
 (0)