We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5481d commit e0bc8bbCopy full SHA for e0bc8bb
.github/workflows/build_and_run_idf_examples.yml
@@ -25,6 +25,7 @@ jobs:
25
pip install idf-component-manager==1.5.2 idf-build-apps==2.4.3 --upgrade
26
set EXAMPLES_PATH="${IDF_PATH}/examples/peripherals/usb/device"
27
set MANIFEST_FILE="${IDF_PATH}/examples/peripherals/.build-test-rules.yml"
28
+ echo $EXAMPLES_PATH
29
python .github/ci/override_managed_component.py tinyusb . ${IDF_PATH}/examples/peripherals/usb/device/tusb_*
30
- uses: actions/upload-artifact@v4
31
with:
0 commit comments