From 62ff8f90ba67d5b45c2fe24f112dad4fb159ca29 Mon Sep 17 00:00:00 2001 From: Axetroy Date: Sun, 19 May 2024 16:24:26 +0800 Subject: [PATCH] ci: build mips64el --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70db765..43197bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: # - mips-unknown-linux-musl # - mipsel-unknown-linux-musl # - mips64-unknown-linux-gnuabi64 - # - mips64el-unknown-linux-gnuabi64 + - mips64el-unknown-linux-gnuabi64 # - riscv64gc-unknown-linux-gnu - i686-pc-windows-msvc - x86_64-pc-windows-msvc @@ -97,12 +97,12 @@ jobs: # cross: true # strip: false # cargo_flags: "--no-default-features" - # - os: ubuntu-latest - # target: mips64el-unknown-linux-gnuabi64 - # artifact_name: cask - # cross: true - # strip: false - # cargo_flags: "--no-default-features" + - os: ubuntu-latest + target: mips64el-unknown-linux-gnuabi64 + artifact_name: cask + cross: true + strip: false + cargo_flags: "--no-default-features" # - os: ubuntu-latest # target: riscv64gc-unknown-linux-gnu # artifact_name: cask