Skip to content

Commit fd3a23c

Browse files
committed
turn off component manager for CI builds
1 parent 9bb343d commit fd3a23c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,5 @@ jobs:
176176
esp_idf_version: release-v5.4
177177
target: ${{ matrix.test.target }}
178178
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

Comments
 (0)