File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,10 @@ jobs:
2828 run : |
2929 . ${IDF_PATH}/export.sh
3030 # Hint: To build network example we use default config and network build rules provided by IDF
31- export CONFIG_PATH="${IDF_PATH}/.idf_build_apps.toml"
3231 export EXAMPLES_PATH="${IDF_PATH}/examples/network/sta2eth"
3332 export MANIFEST_FILE="${IDF_PATH}/examples/network/.build-test-rules.yml"
3433 python .github/ci/override_managed_component.py tinyusb . ${EXAMPLES_PATH}
35- idf-build-apps find --config-file ${CONFIG_PATH} - p ${EXAMPLES_PATH} -t esp32s2 --manifest-files ${MANIFEST_FILE} --manifest-rootpath ${IDF_PATH}
34+ idf-build-apps find -p ${EXAMPLES_PATH} -t esp32s2 --manifest-files ${MANIFEST_FILE} --manifest-rootpath ${IDF_PATH}
3635# idf-build-apps build --paths ${EXAMPLES_PATH}/ --target esp32s2 --manifest-files ${MANIFEST_FILE} --manifest-rootpath ${IDF_PATH}
3736 - name : Build USB Device examples
3837 shell : bash
You can’t perform that action at this time.
0 commit comments