From c824c5d2cd36b3f990f684214732f6595f8c018a Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Sun, 29 Jan 2023 23:58:51 +0000 Subject: [PATCH] Name the openwrt builds the same as the expected package name --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c17b78b..14afd7c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -414,9 +414,9 @@ jobs: fail-fast: true matrix: include: - - name: bthh5a + - name: mips_24kc sdk: https://downloads.openwrt.org/releases/22.03.3/targets/lantiq/xrx200/openwrt-sdk-22.03.3-lantiq-xrx200_gcc-11.2.0_musl.Linux-x86_64.tar.xz - - name: x86 + - name: i386_pentium4 sdk: https://downloads.openwrt.org/releases/22.03.3/targets/x86/generic/openwrt-sdk-22.03.3-x86-generic_gcc-11.2.0_musl.Linux-x86_64.tar.xz - name: x86_64 sdk: https://downloads.openwrt.org/releases/22.03.3/targets/x86/64/openwrt-sdk-22.03.3-x86-64_gcc-11.2.0_musl.Linux-x86_64.tar.xz