Skip to content

Commit

Permalink
ci(tinyusb): Added usb_host runner tag
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Nov 27, 2024
1 parent 9ba2cd0 commit d8e95de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_idf_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# idf_ver: ["release-v5.0", "release-v5.1", "release-v5.2", "release-v5.3", "release-v5.4", "latest"]
idf_ver: ["latest"]
idf_target: ["esp32s2"]
runner_tag: ["usb_device"]
runner_tag: ["usb_host", "usb_device"]
runs-on: [self-hosted, linux, docker, "${{ matrix.idf_target }}", "${{ matrix.runner_tag }}"]
container:
image: python:3.11-bookworm
Expand Down

0 comments on commit d8e95de

Please sign in to comment.