Skip to content

Commit b3c675b

Browse files
committed
exclude cherryusb example
1 parent 1fc15df commit b3c675b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ci/.build_and_run_idf_examples_config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ paths = [
55
]
66

77
exclude = [
8-
"examples/peripherals/usb/device/cherryusb_serial_device", # Exclude cherryusb-based device examples
8+
"${IDF_PATH}/examples/peripherals/usb/device/cherryusb_serial_device", # Exclude cherryusb-based device examples
99
]
1010

1111
recursive = true

.github/workflows/build_and_run_idf_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
. ${IDF_PATH}/export.sh
4040
python .github/ci/override_managed_component.py tinyusb . ${IDF_PATH}/examples/peripherals/usb/device/tusb_*
41-
idf-build-apps find --config-file ${CONFIG_PATH} --manifest-rootpath ${IDF_PATH}
41+
idf-build-apps find --config-file ${CONFIG_PATH} --manifest-rootpath ${IDF_PATH}
4242
# idf-build-apps build --config-file ${CONFIG_PATH} --manifest-files ${MANIFEST_FILE}
4343
- uses: actions/upload-artifact@v4
4444
with:

0 commit comments

Comments
 (0)