diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10316ad09..bf516db99 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - { os: macos-latest, target: x86_64-apple-darwin } - { os: macos-latest, target: aarch64-apple-darwin } - { os: ubuntu-latest, target: x86_64-unknown-linux-gnu } - - { os: ubuntu-latest, target: x86_64-unknown-linux-musl } + # - { os: ubuntu-latest, target: x86_64-unknown-linux-musl } - { os: windows-latest, target: x86_64-pc-windows-msvc } - { os: windows-latest, target: aarch64-pc-windows-msvc } steps: