Skip to content

Commit f7911db

Browse files
committed
ci(build): Update idf-build-apps to 2.10.1
1 parent 61a8dd5 commit f7911db

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
@@ -98,7 +98,7 @@ jobs:
9898
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 }}
9999
run: |
100100
. ${IDF_PATH}/export.sh
101-
pip install idf-component-manager==2.2.* ruamel.yaml idf-build-apps==2.4.3 --upgrade
101+
pip install idf-component-manager==2.2.* ruamel.yaml idf-build-apps==2.10.1 --upgrade
102102
103103
echo "Files changed: "${{env.ALL_CHANGED_FILES}}
104104
idf-build-apps find ${{env.ALL_CHANGED_FILES}}

0 commit comments

Comments
 (0)