diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10a5f0d..51cd8ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: - name: esp-idf build uses: espressif/esp-idf-ci-action@main with: - esp_idf_version: v5.0.2 + esp_idf_version: v5.0.5 target: esp32s2 command: make ci-build - run: make ci-patch @@ -38,7 +38,7 @@ jobs: - name: esp-idf build uses: espressif/esp-idf-ci-action@main with: - esp_idf_version: v5.0.2 + esp_idf_version: v5.0.5 target: esp32s3 command: make ci-build - run: make ci-patch @@ -48,7 +48,7 @@ jobs: - name: esp-idf build uses: espressif/esp-idf-ci-action@main with: - esp_idf_version: v5.0.2 + esp_idf_version: v5.0.5 target: esp32c3 command: make ci-build - run: make ci-patch @@ -58,7 +58,7 @@ jobs: - name: esp-idf build uses: espressif/esp-idf-ci-action@main with: - esp_idf_version: v5.0.2 + esp_idf_version: v5.0.5 target: esp32 command: make ci-build - run: make ci-patch