Skip to content

Commit

Permalink
Defer the ESP-IDF builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mairas committed Dec 18, 2024
1 parent ea91ceb commit 71e5e49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
platform:
- arduino
- pioarduino
- espidf
# Can't build with espidf until there's a way to copy the
# sdkconfig.defaults file to the correct location in the
# CI build environment.
#- espidf
exclude:
- platform: arduino
device: esp32c3
Expand Down

0 comments on commit 71e5e49

Please sign in to comment.