Skip to content

Commit

Permalink
Temporarily disable ESP IDF 5.3 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Dec 22, 2024
1 parent 54ca262 commit 698a0c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
idf-version:
- release/v4.4
- release/v5.2
- release/v5.3
# Commented out until this gets resolved:
# https://github.com/espressif/esp-idf/issues/14174#issuecomment-2558527855
# - release/v5.3
steps:
- name: Setup | Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 698a0c0

Please sign in to comment.