We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb343d commit fd3a23cCopy full SHA for fd3a23c
.github/workflows/build.yml
@@ -176,3 +176,5 @@ jobs:
176
esp_idf_version: release-v5.4
177
target: ${{ matrix.test.target }}
178
path: ${{ matrix.test.path }}
179
+ # do not do CI build using component manager
180
+ command: IDF_COMPONENT_MANAGER=0 idf.py build
0 commit comments