From f9af08792ba4361c537bc0e3b1456577fafbe2d9 Mon Sep 17 00:00:00 2001 From: FujiApple Date: Sat, 25 Mar 2023 21:52:38 +0800 Subject: [PATCH] build: disable musl release build until #456 is fixed --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db970756..76c1d0f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,14 +39,11 @@ jobs: RUST_BACKTRACE: 1 strategy: matrix: - build: [linux-gnu, linux-musl, linux-arm, macos, netbsd, win-msvc] + build: [linux-gnu, linux-arm, macos, netbsd, win-msvc] include: - build: linux-gnu os: ubuntu-22.04 target: x86_64-unknown-linux-gnu - - build: linux-musl - os: ubuntu-22.04 - target: x86_64-unknown-linux-musl - build: linux-arm os: ubuntu-22.04 target: aarch64-unknown-linux-gnu