From 07858bbcd78dd250d7084b9c058f72730f3be468 Mon Sep 17 00:00:00 2001 From: Jan Kaul Date: Fri, 18 Oct 2024 11:48:32 +0200 Subject: [PATCH] remove musl --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd8f89e..90efc89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - name: test build rust project uses: lxl66566/rust-simple-release@main with: - targets: x86_64-pc-windows-msvc, x86_64-unknown-linux-musl, x86_64-unknown-linux-gnu, x86_64-apple-darwin + targets: x86_64-pc-windows-msvc, x86_64-unknown-linux-gnu, x86_64-apple-darwin token: ${{ secrets.GITHUB_TOKEN }} package: frostbow release-sql: @@ -27,6 +27,6 @@ jobs: - name: test build rust project uses: lxl66566/rust-simple-release@main with: - targets: x86_64-pc-windows-msvc, x86_64-unknown-linux-musl, x86_64-unknown-linux-gnu, x86_64-apple-darwin + targets: x86_64-pc-windows-msvc, x86_64-unknown-linux-gnu, x86_64-apple-darwin token: ${{ secrets.GITHUB_TOKEN }} package: frostbow-sql