Skip to content

Commit

Permalink
remove non existant package
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Jun 16, 2023
1 parent f8d764f commit 0a640cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3

- name: install deps
run: apk update && apk add musl-dev gpgme-dev gpgme-static openssl-dev openssl-libs-static libgit2-dev libgit2-static zlib-dev zlib-static
run: apk update && apk add musl-dev gpgme-dev openssl-dev openssl-libs-static libgit2-dev libgit2-static zlib-dev zlib-static

- uses: Swatinem/rust-cache@v1

Expand Down

0 comments on commit 0a640cb

Please sign in to comment.