From d2188c456811bafb8fa1eb34d37bc9ccd569f66c Mon Sep 17 00:00:00 2001 From: Rie Takahashi Date: Sat, 1 Feb 2025 01:57:03 +0000 Subject: [PATCH] ci: add musl-tools to linux --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34b2fc4..a9897f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,6 +44,10 @@ jobs: - name: Install NSIS if: startsWith(matrix.os, 'windows') run: choco install nsis --version 3.10 -y + + - name: Install musl-gcc + if: startsWith(matrix.os, 'ubuntu') + run: sudo apt-get install musl-tools -y - name: Build run: cargo prepare-release