Skip to content

Commit 906af8d

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_iot_examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
- name: Update component dependencies to local component
3232
shell: bash
3333
run: |
34-
pip install idf-component-manager==1.5.2 idf-build-apps --upgrade
34+
echo ${IDF_PATH}
35+
# pip install idf-component-manager==1.5.2 idf-build-apps --upgrade
3536
# python .github/ci/override_managed_component.py tinyusb . ${IDF_PATH}/examples/peripherals/usb/device/tusb_*
3637
- name: Build ESP IoT Solution USB Device examples
3738
shell: bash

0 commit comments

Comments
 (0)