Skip to content

Commit 7f1a759

Browse files
committed
ci: Fix xtensa-sample_controller_zephyr-elf test platform identifier
`qemu_xtensa` was renamed to `qemu_xtensa/dc233c`. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 409d0dc commit 7f1a759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ jobs:
17381738
# upstream user platform is currently available.
17391739
;;
17401740
xtensa-sample_controller_zephyr-elf)
1741-
PLATFORM_ARGS+="-p qemu_xtensa "
1741+
PLATFORM_ARGS+="-p qemu_xtensa/dc233c "
17421742
;;
17431743
xtensa-sample_controller32_zephyr-elf)
17441744
# xtensa-sample_controller32_zephyr-elf is untested because no

0 commit comments

Comments
 (0)