Skip to content

Commit

Permalink
Stop building libs automatically for IDF 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev committed Dec 18, 2024
1 parent d09c8c6 commit 29a5022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
fail-fast: false
matrix:
include:
- idf_branch: "release/v5.1"
lib_builder_branch: "release/v5.1"
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2"
# - idf_branch: "release/v5.1"
# lib_builder_branch: "release/v5.1"
# targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2"
- idf_branch: "release/v5.3"
lib_builder_branch: "master"
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2,esp32p4"

0 comments on commit 29a5022

Please sign in to comment.