diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36aeae6..35dd012 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,9 +20,6 @@ jobs: strategy: matrix: platform: - - os-name: Linux-x86_64-musl - os: ubuntu-latest - target: x86_64-unknown-linux-musl - os-name: Linux-x86_64-gnu os: ubuntu-latest target: x86_64-unknown-linux-gnu @@ -79,7 +76,7 @@ jobs: - name: Install git and dependencies run: | dnf update -y - dnf install -y git gcc gcc-c++ make curl gpgme libgpg-error libgpg-error-devel + dnf install -y git gcc gcc-c++ make curl gpgme gpgme-devel libgpg-error libgpg-error-devel - name: Checkout uses: actions/checkout@v4