Skip to content

Commit 6c770c4

Browse files
committed
update pipeline
1 parent 6a291ea commit 6c770c4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ESP32.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)