Merge branch 'ci/fix_idf_commit_v5.0' into 'main'

ci: Fix the IDF Version in build_esp_matter_example_idf_v5_0

See merge request app-frameworks/esp-matter!219
This commit is contained in:
Shu Chen
2022-11-07 12:19:06 +08:00
+1 -1
View File
@@ -162,7 +162,7 @@ build_esp_matter_examples_idf_v5_0:
extends:
- .build_examples_template
variables:
IDF_VERSION: "ccdeb43cc7274a49e8dfa331de95ab06dea25183"
IDF_VERSION: "20949d444f466e1b1247b10e2b8d6a2fb8212815"
script:
- *build_examples_idf_v5_0