diff --git a/.github/workflows/esp_idf.yml b/.github/workflows/esp_idf.yml index 8135db8..5ea0635 100644 --- a/.github/workflows/esp_idf.yml +++ b/.github/workflows/esp_idf.yml @@ -24,12 +24,6 @@ jobs: esp_idf_version: v4.4 target: esp32s2 command: 'idf.py set-target esp32s2 build' - - name: ESP-IDF v4.4 build esp32c3 - uses: espressif/esp-idf-ci-action@v1 - with: - esp_idf_version: v4.4 - target: esp32c3 - command: 'idf.py set-target esp32c3 build' - name: ESP-IDF v4.4 build esp32s3 uses: espressif/esp-idf-ci-action@v1 with: