Skip to content

Commit

Permalink
fix(ci): Enable IDF 5.3 test app run in CI for esp32p4
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed Dec 6, 2024
1 parent 2038918 commit 6020058
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_run_test_app_usb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ jobs:
idf_target: "esp32p4"
- idf_ver: "release-v5.2"
idf_target: "esp32p4"
- idf_ver: "release-v5.3" # TODO: enable IDF 5.3 once the docker image is updated
idf_target: "esp32p4"

runs-on: [self-hosted, linux, docker, "${{ matrix.idf_target }}", "${{ matrix.runner_tag }}"]
container:
Expand Down

0 comments on commit 6020058

Please sign in to comment.