ci(micropython) use ESP-IDF 4.4

This commit is contained in:
embeddedt 2022-01-29 08:25:34 -05:00 committed by GitHub
parent 4aa6829bdc
commit b34fe9ed8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
- name: Setup ESP-IDF
if: matrix.port == 'esp32'
run: |
source tools/ci.sh && ci_esp32_idf43_setup
source tools/ci.sh && ci_esp32_idf44_setup
- name: Build ESP32 port
if: matrix.port == 'esp32'
run: |