Skip to content

Commit e0bc8bb

Browse files
committed
ci(esp_tinyusb): Verify python scrip
1 parent ba5481d commit e0bc8bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_and_run_idf_examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
pip install idf-component-manager==1.5.2 idf-build-apps==2.4.3 --upgrade
2626
set EXAMPLES_PATH="${IDF_PATH}/examples/peripherals/usb/device"
2727
set MANIFEST_FILE="${IDF_PATH}/examples/peripherals/.build-test-rules.yml"
28+
echo $EXAMPLES_PATH
2829
python .github/ci/override_managed_component.py tinyusb . ${IDF_PATH}/examples/peripherals/usb/device/tusb_*
2930
- uses: actions/upload-artifact@v4
3031
with:

0 commit comments

Comments
 (0)