Skip to content

Commit

Permalink
feature(CI): Added esp_io_solution repo clone and examples build to w…
Browse files Browse the repository at this point in the history
…orkflow
  • Loading branch information
roma-jam committed Nov 5, 2024
1 parent 44eaac5 commit a72a86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_iot_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Clone ESP IoT Solution repository
shell: bash
run: |
git clone [email protected]:espressif/esp-iot-solution.git
gh repo clone espressif/esp-iot-solution
echo ${IDF_PATH}
ls
- name: Update component dependencies to local component
Expand Down

0 comments on commit a72a86c

Please sign in to comment.