File tree Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -18,24 +18,11 @@ jobs:
1818 - uses : actions/checkout@v4
1919 with :
2020 submodules : ' true'
21- - name : Configure ESP framework
22- shell : bash
23- run : |
24- . ${IDF_PATH}/export.sh
25- - name : Clone ESP IoT Solution repository
26- shell : bash
27- run : |
28- git clone https://github.com/espressif/esp-iot-solution.git
29- echo ${IDF_PATH}
30- ls
31- - name : Update component dependencies to local component
32- shell : bash
33- run : |
34- echo ${IDF_PATH}
35- # pip install idf-component-manager==1.5.2 idf-build-apps --upgrade
36- # python .github/ci/override_managed_component.py tinyusb . ${IDF_PATH}/examples/peripherals/usb/device/tusb_*
3721 - name : Build ESP IoT Solution USB Device examples
3822 shell : bash
3923 run : |
40- idf-build-apps find --path esp-iot-solution/examples/usb/device/ --recursive --target all --manifest-file examples/peripherals/.build-test-rules.yml
41- idf-build-apps build --path esp-iot-solution/examples/usb/device/ --recursive --target all --manifest-file examples/peripherals/.build-test-rules.yml
24+ . ${IDF_PATH}/export.sh
25+ git clone https://github.com/espressif/esp-iot-solution.git
26+ pip install idf-component-manager==1.5.2 idf-build-apps --upgrade
27+ idf-build-apps find --path esp-iot-solution/examples/usb/device/ --recursive --target all --manifest-file examples/peripherals/.build-test-rules.yml
28+ idf-build-apps build --path esp-iot-solution/examples/usb/device/ --recursive --target all --manifest-file examples/peripherals/.build-test-rules.yml
You can’t perform that action at this time.
0 commit comments