File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -71,19 +71,14 @@ jobs:
7171 make
7272
7373 echo "Micropython setup successfully"
74- # Extract IDF_VER directly from ci.sh
75- IDF_VER=$(grep "^IDF_VER=" ~/micropython/tools/ci.sh | cut -d'=' -f2)
76- echo "IDF_VER=$IDF_VER" >> $GITHUB_ENV
77- echo "Using ESP-IDF version: $IDF_VER"
7874
7975 # Download and set up ESP-IDF (if not cached)
8076 - name : Set up ESP-IDF
8177 id : export-idf
8278 if : steps.cache_esp_idf.outputs.cache-hit != 'true'
8379 run : |
8480 cd ~
85- # git clone --depth 1 --branch v5.5.1 https://github.com/espressif/esp-idf.git
86- git clone --depth 1 --branch ${{ env.IDF_VER }} https://github.com/espressif/esp-idf.git
81+ git clone --depth 1 --branch v5.5.1 https://github.com/espressif/esp-idf.git
8782 git -C esp-idf submodule update --init --recursive --filter=tree:0
8883 cd esp-idf
8984 ./install.sh all
You can’t perform that action at this time.
0 commit comments