From 6a8d2e27f4411d8b06fc48ec6f6ba97957378f3b Mon Sep 17 00:00:00 2001 From: Lkhsss Date: Sun, 17 Nov 2024 11:04:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ec7b26..cf2dcb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,9 +15,11 @@ jobs: rc: ${{ steps.check-tag.outputs.rc }} strategy: + fail-fast: false matrix: include: - - target: aarch64-unknown-linux-musl + - target: aarch64-unknown-linux-gnu + use-cross: true os: ubuntu-latest cargo-flags: "" - target: aarch64-apple-darwin @@ -34,11 +36,11 @@ jobs: - target: x86_64-pc-windows-msvc os: windows-latest cargo-flags: "" - - target: x86_64-unknown-linux-musl + - target: x86_64-unknown-linux-gnu os: ubuntu-latest use-cross: true cargo-flags: "" - - target: i686-unknown-linux-musl + - target: i686-unknown-linux-gnu os: ubuntu-latest use-cross: true cargo-flags: ""