We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b008c86 commit 906af8dCopy full SHA for 906af8d
.github/workflows/build_iot_examples.yml
@@ -31,7 +31,8 @@ jobs:
31
- name: Update component dependencies to local component
32
shell: bash
33
run: |
34
- pip install idf-component-manager==1.5.2 idf-build-apps --upgrade
+ echo ${IDF_PATH}
35
+ # pip install idf-component-manager==1.5.2 idf-build-apps --upgrade
36
# python .github/ci/override_managed_component.py tinyusb . ${IDF_PATH}/examples/peripherals/usb/device/tusb_*
37
- name: Build ESP IoT Solution USB Device examples
38
0 commit comments