bugfix: fix idf build apps error

This commit is contained in:
Li Junru
2024-01-12 17:36:01 +08:00
parent 88cca17b7e
commit ca3e1f84bf
+1 -1
View File
@@ -36,7 +36,7 @@
EXAMPLE_CONFIG: "="
script:
- pip install --upgrade idf-component-manager
- pip install idf_build_apps
- pip install "idf_build_apps<2.0"
- python tools/build_apps.py ${EXAMPLE_DIR} --config ${EXAMPLE_CONFIG} -t esp32s3 -vv
.build_matter_template: &build_matter_template