Skip to content

Commit b008c86

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_iot_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Clone ESP IoT Solution repository
2626
shell: bash
2727
run: |
28-
gh repo clone espressif/esp-iot-solution
28+
git clone https://github.com/espressif/esp-iot-solution.git
2929
echo ${IDF_PATH}
3030
ls
3131
- name: Update component dependencies to local component

0 commit comments

Comments
 (0)