Skip to content

Commit 46d3ca0

Browse files
authored
Merge pull request #582 from espressif/ci/update_component_manager
ci(build): Update component manager to 2.2.*
2 parents 4b3c07f + 0b129ac commit 46d3ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-run-applications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
ALL_CHANGED_FILES: ${{ (github.event_name != 'pull_request') && format(' ') || format('--modified-files=') }}${{ (github.event_name != 'pull_request') && format(' ') || steps.changed-files.outputs.all_modified_files }}
9393
run: |
9494
. ${IDF_PATH}/export.sh
95-
pip install idf-component-manager==1.* ruamel.yaml idf-build-apps==2.4.3 --upgrade
95+
pip install idf-component-manager==2.2.* ruamel.yaml idf-build-apps==2.4.3 --upgrade
9696
9797
echo "Files changed: "${{env.ALL_CHANGED_FILES}}
9898
idf-build-apps find ${{env.ALL_CHANGED_FILES}}

0 commit comments

Comments
 (0)