From 0f1331dfc7c9c1fef0c9bca114510e78c7bea1b9 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Sun, 10 Nov 2024 14:32:52 +0000 Subject: [PATCH] Raise the 5.1.X version as earlier don't have the littlefs part subtype --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccb5cc75236..20e02eb609c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - xtensa-esp32s3-espidf idf-version: - v4.4.7 - - v5.1.7 + - v5.1.5 - v5.2 steps: - name: Setup | Checkout