Skip to content

Commit 1fb2c51

Browse files
committed
add path
1 parent 0d6273b commit 1fb2c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_run_idf_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
. ${IDF_PATH}/export.sh
4040
export MANIFEST_FILE="${IDF_PATH}/examples/peripherals/.build-test-rules.yml"
4141
python .github/ci/override_managed_component.py tinyusb . ${IDF_PATH}/examples/peripherals/usb/device/tusb_*
42-
idf-build-apps find -vv --config-file ${CONFIG_PATH} --recursive --manifest-files ${MANIFEST_FILE} --manifest-rootpath ${IDF_PATH}
42+
idf-build-apps find -vv --config-file ${CONFIG_PATH} -p ${IDF_PATH}/examples/peripherals/usb/device/ --recursive --manifest-files ${MANIFEST_FILE} --manifest-rootpath ${IDF_PATH}
4343
4444
# idf-build-apps find -p ${IDF_PATH}/examples/peripherals/usb/device/tusb_* -t all --manifest-files ${MANIFEST_FILE} --manifest-rootpath ${IDF_PATH}
4545
# idf-build-apps build --config-file ${CONFIG_PATH} --manifest-files ${MANIFEST_FILE}

0 commit comments

Comments
 (0)