File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 shell : bash
2727 run : |
2828 . ${IDF_PATH}/export.sh
29- pip install --no-cache-dir idf-component-manager>=2.1.2 idf-build-apps==2.4.3 pyyaml --upgrade
29+ pip install --no-cache-dir idf-component-manager>=2.1.2 idf-build-apps pyyaml --upgrade
3030 export PEDANTIC_FLAGS="-DIDF_CI_BUILD -Werror -Werror=deprecated-declarations -Werror=unused-variable -Werror=unused-but-set-variable -Werror=unused-function"
3131 export EXTRA_CFLAGS="${PEDANTIC_FLAGS} -Wstrict-prototypes"
3232 export EXTRA_CXXFLAGS="${PEDANTIC_FLAGS}"
Original file line number Diff line number Diff line change 1818 shell : bash
1919 run : |
2020 . ${IDF_PATH}/export.sh
21- pip install --no-cache-dir idf-component-manager>=2.1.2 idf-build-apps==2.4.3 pyyaml --upgrade
21+ pip install --no-cache-dir idf-component-manager>=2.1.2 idf-build-apps pyyaml --upgrade
2222 - name : Build Network USB related examples
2323 shell : bash
2424 run : |
Original file line number Diff line number Diff line change 2727 shell : bash
2828 run : |
2929 . ${IDF_PATH}/export.sh
30- pip install --no-cache-dir idf-component-manager>=2.1.2 idf-build-apps==2.4.3 pyyaml --upgrade
30+ pip install --no-cache-dir idf-component-manager>=2.1.2 idf-build-apps pyyaml --upgrade
3131 python .github/ci/override_managed_component.py tinyusb . ${{ env.EXAMPLE_PATH }}/
3232 idf-build-apps find --paths ${{ env.EXAMPLE_PATH }} --target all --manifest-file ${{ env.MANIFEST_PATH }} --manifest-rootpath ${{ env.ESP_IOT_PATH }}
3333 idf-build-apps build --paths ${{ env.EXAMPLE_PATH }} --target all --manifest-file ${{ env.MANIFEST_PATH }} --manifest-rootpath ${{ env.ESP_IOT_PATH }}
You can’t perform that action at this time.
0 commit comments