We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a8dd5 commit f7911dbCopy full SHA for f7911db
.github/workflows/build-run-applications.yml
@@ -98,7 +98,7 @@ jobs:
98
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 }}
99
run: |
100
. ${IDF_PATH}/export.sh
101
- pip install idf-component-manager==2.2.* ruamel.yaml idf-build-apps==2.4.3 --upgrade
+ pip install idf-component-manager==2.2.* ruamel.yaml idf-build-apps==2.10.1 --upgrade
102
103
echo "Files changed: "${{env.ALL_CHANGED_FILES}}
104
idf-build-apps find ${{env.ALL_CHANGED_FILES}}
0 commit comments