From 96925818c85c2cb38b90c1e7e791282a4d573b99 Mon Sep 17 00:00:00 2001 From: Fabio Lenherr Date: Mon, 18 Sep 2023 12:04:14 +0200 Subject: [PATCH] chore: Use musl as gnu is not supported? --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97db579..df34a51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - target: [x86_64-unknown-linux-gnu] + target: [x86_64-unknown-linux-musl] steps: - uses: actions/checkout@master - name: Compile and release