Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down