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.
2 parents 4b3c07f + 0b129ac commit 46d3ca0Copy full SHA for 46d3ca0
.github/workflows/build-run-applications.yml
@@ -92,7 +92,7 @@ jobs:
92
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 }}
93
run: |
94
. ${IDF_PATH}/export.sh
95
- pip install idf-component-manager==1.* ruamel.yaml idf-build-apps==2.4.3 --upgrade
+ pip install idf-component-manager==2.2.* ruamel.yaml idf-build-apps==2.4.3 --upgrade
96
97
echo "Files changed: "${{env.ALL_CHANGED_FILES}}
98
idf-build-apps find ${{env.ALL_CHANGED_FILES}}
0 commit comments