From 41e51dbc1b8a334394e425cd9e70757aac9c0cb6 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 2 Sep 2022 13:07:51 +0200 Subject: [PATCH] add target for mips xbuild --- .github/workflows/dynamic_arch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dynamic_arch.yml b/.github/workflows/dynamic_arch.yml index c34b0c462..1814e9e56 100644 --- a/.github/workflows/dynamic_arch.yml +++ b/.github/workflows/dynamic_arch.yml @@ -267,7 +267,7 @@ jobs: include: - target: mips64el triple: mips64el-linux-gnuabi64 - opts: DYNAMIC_ARCH=1 + opts: DYNAMIC_ARCH=1 TARGET=GENERIC - target: riscv64 triple: riscv64-linux-gnu opts: TARGET=RISCV64_GENERIC