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 aba8392 commit 7c287f8Copy full SHA for 7c287f8
.github/workflows/build_iot_examples.yml
@@ -23,5 +23,6 @@ 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==2.0.4 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