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 bbb98ac commit e6ad76eCopy full SHA for e6ad76e
.github/workflows/build_iot_examples.yml
@@ -24,5 +24,5 @@ jobs:
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 esp-iot-solution/examples/.build-rules.yml
28
- idf-build-apps build --path esp-iot-solution/examples/usb/device/ --recursive --target all --manifest-file esp-iot-solution/examples/.build-rules.yml
+ cd esp-iot-solution
+ idf-build-apps find --path examples/usb/device/ --recursive --target all --manifest-file examples/.build-rules.yml
0 commit comments