Skip to content

Commit 0ff1c68

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_iot_examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ jobs:
2626
pip install idf-component-manager==1.5.2 idf-build-apps --upgrade
2727
cd esp-iot-solution
2828
idf-build-apps find --path examples/usb/device/ --recursive --target all --manifest-file examples/.build-rules.yml
29+
idf-build-apps build --path examples/usb/device/ --recursive --target all --manifest-file examples/.build-rules.yml

0 commit comments

Comments
 (0)