From db4abacba55fb9af61005de1a10569265d395c77 Mon Sep 17 00:00:00 2001 From: tuxuser <462620+tuxuser@users.noreply.github.com> Date: Wed, 9 Mar 2022 01:22:01 +0100 Subject: [PATCH] CI: oops.. mixed up the naming --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 47a310712a..4b955e0c39 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -11,15 +11,15 @@ linux_x64_task: cpu: 8 memory: 8G image: gcc:11.2 - + matrix: - - name: LGTV config + - name: WebOS config env: TOOLCHAIN_TARGET: webos DEFCONFIG: webos_tv_defconfig BR2_CCACHE_DIR: ${HOME}/.buildroot-ccache-webos - - name: WebOS config + - name: LGTV config env: TOOLCHAIN_TARGET: lgtv DEFCONFIG: lgtv_defconfig