We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7c14f commit aba8392Copy full SHA for aba8392
.github/workflows/build_iot_examples.yml
@@ -23,6 +23,5 @@ jobs:
23
run: |
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 --paths esp-iot-solution/examples/usb/device/ --recursive --manifest-files esp-iot-solution/examples/.build-rules.yml --manifest-rootpath esp-iot-solution/
28
idf-build-apps build --paths esp-iot-solution/examples/usb/device/ --recursive --manifest-files esp-iot-solution/examples/.build-rules.yml --manifest-rootpath esp-iot-solution/
0 commit comments