Skip to content

Commit bcc55ea

Browse files
committed
ci(esp32p4): Add ESP32-P4 to workflow
1 parent ea83f5a commit bcc55ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
# https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-docker-image.html
234234
# for details.
235235
idf_ver: ["release-v5.3"]
236-
idf_target: ["esp32", "esp32s2", "esp32s3", "esp32c2", "esp32c3", "esp32c6", "esp32h2"]
236+
idf_target: ["esp32", "esp32s2", "esp32s3", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32p4"]
237237
container: espressif/idf:${{ matrix.idf_ver }}
238238
steps:
239239
- name: Check out arduino-esp32 as a component

0 commit comments

Comments
 (0)