Skip to content

Commit 29a5022

Browse files
committed
Stop building libs automatically for IDF 5.1
1 parent d09c8c6 commit 29a5022

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/cron.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
include:
35-
- idf_branch: "release/v5.1"
36-
lib_builder_branch: "release/v5.1"
37-
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2"
35+
# - idf_branch: "release/v5.1"
36+
# lib_builder_branch: "release/v5.1"
37+
# targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2"
3838
- idf_branch: "release/v5.3"
3939
lib_builder_branch: "master"
4040
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2,esp32p4"

0 commit comments

Comments
 (0)