We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f06c7e commit 099f76dCopy full SHA for 099f76d
.github/workflows/ESP32.yml
@@ -62,8 +62,8 @@ jobs:
62
cd ~/esp-idf/
63
source ./export.sh
64
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
+ git clone --depth 1 --branch ${{ env.MPY_RELEASE }} https://github.com/micropython/micropython.git
+ # git clone --depth 1 https://github.com/micropython/micropython.git
67
cd micropython
68
# git submodule update --init --depth 1
69
cd mpy-cross
0 commit comments