From b5eea3d4ddc7773b5fc30f827c851ebd1165de3d Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Wed, 31 Jan 2024 13:55:22 -0800 Subject: [PATCH] try to fix build - bump idf to 5.0.5 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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