From 698a0c04abfe3546919aecab43a426c98df1bf20 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Sun, 22 Dec 2024 17:50:12 +0000 Subject: [PATCH] Temporarily disable ESP IDF 5.3 in CI --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 772398384f..3123c8782e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,9 @@ jobs: idf-version: - release/v4.4 - release/v5.2 - - release/v5.3 +# Commented out until this gets resolved: +# https://github.com/espressif/esp-idf/issues/14174#issuecomment-2558527855 +# - release/v5.3 steps: - name: Setup | Checkout uses: actions/checkout@v3