Skip to content

Commit 44fadb0

Browse files
authored
Add IDF 5.4 to cron builds
1 parent 2f061cb commit 44fadb0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cron.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ jobs:
3838
- idf_branch: "release/v5.3"
3939
lib_builder_branch: "master"
4040
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2,esp32p4"
41+
- idf_branch: "release/v5.4"
42+
lib_builder_branch: "release/v5.4"
43+
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2,esp32p4"

0 commit comments

Comments
 (0)