Skip to content

Commit e5b1f27

Browse files
committed
Fix CI build tests
1 parent 92316f1 commit e5b1f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
esp_idf_version: ${{ matrix.esp_idf_version }}
5757
target: ${{ matrix.esp_target }}
5858
path: './'
59-
command: python -m pip install --upgrade idf-component-manager || idf.py build
59+
command: python -m pip install --upgrade idf-component-manager && idf.py build

0 commit comments

Comments
 (0)