remove not compiling MCUs for now

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-05-19 08:31:18 +02:00
parent c545dbc368
commit 9e2d8b1210
3 changed files with 5 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
idf_ver: [release-v5.4, latest]
idf_target: [esp32, esp32s2, esp32s3, esp32c3, esp32c5, esp32c6]
idf_target: [esp32, esp32s3, esp32c3]
runs-on: ubuntu-latest