example: fix the build for the manage component build

This commit is contained in:
WanqQixiang
2025-10-15 14:53:01 +08:00
parent 76f319aa0e
commit b02eb3ecde
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -247,7 +247,6 @@ build_image:
- *add_gitlab_ssh_key
- *get_build_caches
- *setup_idf
- pip install 'idf-component-manager~=2.1.2'
- cd ${ESP_MATTER_PATH}
- mkdir -p ${REPOS_PATH}
- *update_build_caches
@@ -9,4 +9,4 @@ dependencies:
espressif/led_strip:
version: "^2.0.0"
espressif/esp_matter:
version: "^1.4.0"
version: ">=1.4.0,<1.4.2"