Skip to content

Commit 72237f8

Browse files
committed
remove config from networking examples
1 parent c7a2e7d commit 72237f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_and_run_idf_examples.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)