Skip to content

Commit e6ad76e

Browse files
committed
feature(CI): Added esp_io_solution repo clone and examples build to workflow
1 parent bbb98ac commit e6ad76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_iot_examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
. ${IDF_PATH}/export.sh
2525
git clone https://github.com/espressif/esp-iot-solution.git
2626
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
27+
cd esp-iot-solution
28+
idf-build-apps find --path examples/usb/device/ --recursive --target all --manifest-file examples/.build-rules.yml

0 commit comments

Comments
 (0)