From 79764e0b8f7dbb3078270c14ec301d6f158ed941 Mon Sep 17 00:00:00 2001 From: David Gomes <10091092+davidgomesdev@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:07:13 +0000 Subject: [PATCH] ci: update --- .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 3133aa6..240bfb4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - build: amd64 os: ubuntu-latest rust: stable - target: x86_64-unknown-linux-musl + target: x86_64-unknown-linux-gnu platform: linux - build: arm-v7 os: ubuntu-latest