Skip to content

Commit

Permalink
ci: Fix xtensa-sample_controller_zephyr-elf test platform identifier
Browse files Browse the repository at this point in the history
`qemu_xtensa` was renamed to `qemu_xtensa/dc233c`.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed Oct 30, 2024
1 parent 409d0dc commit 7f1a759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,7 @@ jobs:
# upstream user platform is currently available.
;;
xtensa-sample_controller_zephyr-elf)
PLATFORM_ARGS+="-p qemu_xtensa "
PLATFORM_ARGS+="-p qemu_xtensa/dc233c "
;;
xtensa-sample_controller32_zephyr-elf)
# xtensa-sample_controller32_zephyr-elf is untested because no
Expand Down

0 comments on commit 7f1a759

Please sign in to comment.