Skip to content

Commit f0c2957

Browse files
committed
ci(workflow): Changed the path for network examples
1 parent cb3364f commit f0c2957

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_idf_examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
idf_ver: ["release-v5.0", "release-v5.1", "release-v5.2", "release-v5.3", "release-v5.4", "latest"]
1414
target: ["esp32s2", "esp32s3", "esp32p4"]
1515
example:
16-
- { name: "USB Device", path: "/examples/peripherals/usb/device", manifest_path: "examples/peripherals"}
17-
- { name: "Network", path: "/examples/network", manifest_path: "examples/network" }
16+
- { name: "USB Device", path: "examples/peripherals/usb/device", manifest_path: "examples/peripherals"}
17+
- { name: "Network", path: "examples/network", manifest_path: "examples/network" }
1818
exclude:
1919
# Exclude esp32p4 for releases before IDF 5.3 for all runner tags (esp32p4 support starts in IDF 5.3)
2020
- idf_ver: "release-v5.0"
@@ -25,7 +25,7 @@ jobs:
2525
target: "esp32p4"
2626
# Exclude esp32p4 for Network examples
2727
- target: "esp32p4"
28-
example: { name: "Network", path: "/examples/network", manifest_path: "examples/network" }
28+
example: { name: "Network", path: "examples/network", manifest_path: "examples/network" }
2929
runs-on: ubuntu-20.04
3030
container: espressif/idf:${{ matrix.idf_ver }}
3131
steps:

0 commit comments

Comments
 (0)