Skip to content

Commit dffa1c4

Browse files
committed
ci: Clean up trailing whitespaces
Clean up trailing whitespaces. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent c23dd22 commit dffa1c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ jobs:
322322
[ "${build_target_sparc_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"sparc-zephyr-elf",'
323323
[ "${build_target_x86_64_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"x86_64-zephyr-elf",'
324324
[ "${build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_6_0_adsp_zephyr-elf",'
325-
[ "${build_target_xtensa_amd_acp_7_0_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_7_0_adsp_zephyr-elf",'
326-
[ "${build_target_xtensa_amd_acp_7_3_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_7_3_adsp_zephyr-elf",'
325+
[ "${build_target_xtensa_amd_acp_7_0_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_7_0_adsp_zephyr-elf",'
326+
[ "${build_target_xtensa_amd_acp_7_3_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_7_3_adsp_zephyr-elf",'
327327
[ "${build_target_xtensa_dc233c_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-dc233c_zephyr-elf",'
328328
[ "${build_target_xtensa_espressif_esp32_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32_zephyr-elf",'
329329
[ "${build_target_xtensa_espressif_esp32s2_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32s2_zephyr-elf",'
@@ -450,7 +450,7 @@ jobs:
450450
runs-on:
451451
group: ${{ matrix.host.runner }}
452452
container: ${{ matrix.host.container }}
453-
timeout-minutes: 720
453+
timeout-minutes: 720
454454

455455
defaults:
456456
run:
@@ -1712,7 +1712,7 @@ jobs:
17121712
# xtensa-sample_controller32_zephyr-elf is untested because no
17131713
# upstream user platform is currently available.
17141714
# PLATFORM_ARGS+="-p acp_7_0 "
1715-
;;
1715+
;;
17161716
xtensa-amd_acp_7_3_adsp_zephyr-elf)
17171717
# xtensa-sample_controller32_zephyr-elf is untested because no
17181718
# upstream user platform is currently available.

0 commit comments

Comments
 (0)