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 86919ce + 43c58d1 commit 4c506bdCopy full SHA for 4c506bd
.github/workflows/build_and_run_apps.yml
@@ -91,7 +91,7 @@ jobs:
91
export IDF_PYTHON_CHECK_CONSTRAINTS=yes
92
${IDF_PATH}/install.sh --enable-ci
93
. ${IDF_PATH}/export.sh
94
- pip install --upgrade idf-component-manager 'idf-build-apps~=2.12'
+ pip install --upgrade 'idf-build-apps~=2.12'
95
- name: Build apps
96
shell: bash
97
run: |
@@ -143,7 +143,7 @@ jobs:
143
144
145
146
147
- name: Build apps for Linux
148
149
0 commit comments