Skip to content

Commit 5268f11

Browse files
committed
add verbose
1 parent bb5e0dc commit 5268f11

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
@@ -37,9 +37,8 @@ jobs:
3737
shell: bash
3838
run: |
3939
. ${IDF_PATH}/export.sh
40-
export MANIFEST_FILE="${IDF_PATH}/"
4140
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}
41+
idf-build-apps find -vv --config-file ${CONFIG_PATH} --manifest-rootpath ${IDF_PATH}
4342
4443
# idf-build-apps find -p ${IDF_PATH}/examples/peripherals/usb/device/tusb_* -t all --manifest-files ${MANIFEST_FILE} --manifest-rootpath ${IDF_PATH}
4544
# idf-build-apps build --config-file ${CONFIG_PATH} --manifest-files ${MANIFEST_FILE}

0 commit comments

Comments
 (0)