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.
1 parent 92316f1 commit e5b1f27Copy full SHA for e5b1f27
.github/workflows/build.yml
@@ -56,4 +56,4 @@ jobs:
56
esp_idf_version: ${{ matrix.esp_idf_version }}
57
target: ${{ matrix.esp_target }}
58
path: './'
59
- command: python -m pip install --upgrade idf-component-manager || idf.py build
+ command: python -m pip install --upgrade idf-component-manager && idf.py build
0 commit comments