Skip to content

Commit

Permalink
don't statically link libgit2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Jan 27, 2024
1 parent 267596d commit 2bde670
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install deps
run:
apk update && apk upgrade && apk add musl-dev libgpg-error-dev libgpg-error-static libassuan-dev libassuan-static http-parser http-parser-dev gpg \
gpgme gpgme-dev openssl-dev openssl-libs-static libgit2-dev libgit2-static zlib-dev zlib-static
run: apk update && apk upgrade && apk add musl-dev libgpg-error-dev libgpg-error-static libassuan-dev libassuan-static http-parser http-parser-dev gpg gpgme gpgme-dev openssl-dev openssl-libs-static libgit2-dev libgit2-static zlib-dev zlib-static

- uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit 2bde670

Please sign in to comment.