Commit ca3e1f84 authored by Li Junru's avatar Li Junru

bugfix: fix idf build apps error

parent 88cca17b
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
EXAMPLE_CONFIG: "=" EXAMPLE_CONFIG: "="
script: script:
- pip install --upgrade idf-component-manager - 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 - python tools/build_apps.py ${EXAMPLE_DIR} --config ${EXAMPLE_CONFIG} -t esp32s3 -vv
.build_matter_template: &build_matter_template .build_matter_template: &build_matter_template
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment