We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5e0dc commit 5268f11Copy full SHA for 5268f11
.github/workflows/build_and_run_idf_examples.yml
@@ -37,9 +37,8 @@ jobs:
37
shell: bash
38
run: |
39
. ${IDF_PATH}/export.sh
40
- export MANIFEST_FILE="${IDF_PATH}/"
41
python .github/ci/override_managed_component.py tinyusb . ${IDF_PATH}/examples/peripherals/usb/device/tusb_*
42
- idf-build-apps find --config-file ${CONFIG_PATH} --manifest-rootpath ${IDF_PATH}
+ idf-build-apps find -vv --config-file ${CONFIG_PATH} --manifest-rootpath ${IDF_PATH}
43
44
# idf-build-apps find -p ${IDF_PATH}/examples/peripherals/usb/device/tusb_* -t all --manifest-files ${MANIFEST_FILE} --manifest-rootpath ${IDF_PATH}
45
# idf-build-apps build --config-file ${CONFIG_PATH} --manifest-files ${MANIFEST_FILE}
0 commit comments