ci: bump component manager to fix managed_component example

Also, bump the esp_lvgl_port's version to fix the example build
This commit is contained in:
Shubham Patil
2025-12-18 14:36:03 +05:30
parent b701b1b946
commit 3a52432c56
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ build_image:
- *add_gitlab_ssh_key - *add_gitlab_ssh_key
- *get_build_caches - *get_build_caches
- *setup_idf - *setup_idf
- pip install 'idf-component-manager~=1.4.0' - pip install 'idf-component-manager~=2.2'
- cd ${ESP_MATTER_PATH} - cd ${ESP_MATTER_PATH}
- mkdir -p ${REPOS_PATH} - mkdir -p ${REPOS_PATH}
- *update_build_caches - *update_build_caches
+1 -1
View File
@@ -7,4 +7,4 @@ dependencies:
esp_bsp_generic: esp_bsp_generic:
version: "^1.1.0" version: "^1.1.0"
espressif/esp_lvgl_port: espressif/esp_lvgl_port:
version: "2.6.0" version: "2.7.0"