Skip to content

Commit 658f4b3

Browse files
committed
ci: Fix ace30_ptl test platform identifier
`intel_adsp/ace30_ptl` was renamed to `intel_adsp/ace30/ptl` in the upstream Zephyr. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 620877c commit 658f4b3

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
@@ -1705,7 +1705,7 @@ jobs:
17051705
PLATFORM_ARGS+="-p intel_adsp/ace15_mtpm "
17061706
;;
17071707
xtensa-intel_ace30_ptl_zephyr-elf)
1708-
PLATFORM_ARGS+="-p intel_adsp/ace30_ptl "
1708+
PLATFORM_ARGS+="-p intel_adsp/ace30/ptl "
17091709
;;
17101710
xtensa-intel_tgl_adsp_zephyr-elf)
17111711
PLATFORM_ARGS+="-p intel_adsp/cavs25 "

0 commit comments

Comments
 (0)