File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 pip install idf-component-manager==1.5.2 idf-build-apps==2.4.3 --upgrade
2626 export EXAMPLES_PATH="${IDF_PATH}/examples/peripherals/usb/device"
2727 export MANIFEST_FILE="${IDF_PATH}/examples/peripherals/.build-test-rules.yml"
28- echo ${IDF_PATH}
29- echo ${EXAMPLES_PATH}
3028 python .github/ci/override_managed_component.py tinyusb . ${EXAMPLES_PATH}/tusb_*
29+ idf-build-apps find --path ${EXAMPLES_PATH} --recursive --target esp32s2 --manifest-file ${MANIFEST_FILE} --build-dir build_@t_@w --work-dir @f_@t_@w
30+ idf-build-apps build --path ${EXAMPLES_PATH} --recursive --target esp32s2 --manifest-file ${MANIFEST_FILE} --build-dir build_@t_@w --work-dir @f_@t_@w
3131 - uses : actions/upload-artifact@v4
3232 with :
3333 name : usb_device_tusb_apps_bin_${{ matrix.idf_ver }}
You can’t perform that action at this time.
0 commit comments