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 a72a86c commit b008c86
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: |
gh repo clone espressif/esp-iot-solution
git clone https://github.com/espressif/esp-iot-solution.git
echo ${IDF_PATH}
ls
- name: Update component dependencies to local component
Expand Down

0 comments on commit b008c86

Please sign in to comment.