Skip to content

Commit 72310d9

Browse files
committed
Add target to workflows
1 parent 98abb2d commit 72310d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2"
3737
- idf_branch: "release/v5.3"
3838
lib_builder_branch: "release/v5.3"
39-
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2"
39+
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2,esp32p4"

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
target: [esp32, esp32s2, esp32s3, esp32c2, esp32c3, esp32c6, esp32h2]
28+
target: [esp32, esp32s2, esp32s3, esp32c2, esp32c3, esp32c6, esp32h2, esp32p4]
2929
fail-fast: false
3030
steps:
3131
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)