fix(common): Use component manager from esp-idf docker image

This commit is contained in:
David Cermak
2025-12-04 10:10:14 +01:00
parent 726c41f842
commit bf9e955514
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ jobs:
shell: bash shell: bash
run: | run: |
. ${IDF_PATH}/export.sh . ${IDF_PATH}/export.sh
pip install idf-component-manager idf-build-apps --upgrade pip install idf-build-apps --upgrade
python ci/build_apps.py ${TEST_DIR} python ci/build_apps.py ${TEST_DIR}
cd ${TEST_DIR} cd ${TEST_DIR}
${GITHUB_WORKSPACE}/ci/clean_build_artifacts.sh `pwd`/${TARGET_TEST_DIR} ${GITHUB_WORKSPACE}/ci/clean_build_artifacts.sh `pwd`/${TARGET_TEST_DIR}

View File

@@ -26,5 +26,5 @@ jobs:
shell: bash shell: bash
run: | run: |
. ${IDF_PATH}/export.sh . ${IDF_PATH}/export.sh
pip install idf-component-manager idf-build-apps --upgrade pip install idf-build-apps --upgrade
python ./ci/build_apps.py ./components/mbedtls_cxx/${{ matrix.test.path }} -vv --preserve-all python ./ci/build_apps.py ./components/mbedtls_cxx/${{ matrix.test.path }} -vv --preserve-all