Skip to content

Commit bc7c14f

Browse files
committed
change(CI): remove cd from the commands
1 parent 1aa863c commit bc7c14f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build_iot_examples.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +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-
cd esp-iot-solution
28-
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
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

Comments
 (0)