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

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: |