Skip to content

Commit

Permalink
Update .github/workflows/build_idf_examples.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Marčišovský <[email protected]>
  • Loading branch information
roma-jam and peter-marcisovsky authored Jan 22, 2025
1 parent 56cfcbb commit 17462de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_idf_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- { name: "USB Device", path: "examples/peripherals/usb/device", manifest_path: "examples/peripherals"}
- { name: "Network", path: "examples/network", manifest_path: "examples/network" }
exclude:
# Exclude esp32p4 for releases before IDF 5.3 for all runner tags (esp32p4 support starts in IDF 5.3)
# Exclude esp32p4 for releases before IDF 5.3 (esp32p4 support starts in IDF 5.3)
- idf_ver: "release-v5.0"
target: "esp32p4"
- idf_ver: "release-v5.1"
Expand Down

0 comments on commit 17462de

Please sign in to comment.