Merge branch 'bugfix/fix_idf_build_apps_error' into 'master'

bugfix: fix idf build apps error

See merge request ae_group/esp-box!101
This commit is contained in:
Li Bo
2024-01-15 09:09:45 +08:00
+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