Skip to content

Commit 099f76d

Browse files
authored
ESP32.yml aktualisieren
1 parent 4f06c7e commit 099f76d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ESP32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
cd ~/esp-idf/
6363
source ./export.sh
6464
cd ~
65-
# git clone --depth 1 --branch ${{ env.MPY_RELEASE }} https://github.com/micropython/micropython.git
66-
git clone --depth 1 https://github.com/micropython/micropython.git
65+
git clone --depth 1 --branch ${{ env.MPY_RELEASE }} https://github.com/micropython/micropython.git
66+
# git clone --depth 1 https://github.com/micropython/micropython.git
6767
cd micropython
6868
# git submodule update --init --depth 1
6969
cd mpy-cross

0 commit comments

Comments
 (0)