fix examples path (#8963)
This commit is contained in:
parent
2696a127de
commit
c005319c0a
1 changed files with 1 additions and 1 deletions
|
|
@ -66,5 +66,5 @@ dependencies:
|
||||||
rules:
|
rules:
|
||||||
- if: "target in [esp32s3]"
|
- if: "target in [esp32s3]"
|
||||||
examples:
|
examples:
|
||||||
- path: ../idf_component_examples/
|
- path: idf_component_examples/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue