Skip to content

Commit

Permalink
Removed openssl sys dep
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Aug 5, 2024
1 parent 4667ac1 commit c77b92d
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 229 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Cache cargo & target directories
uses: Swatinem/rust-cache@v2
- name: Install musl-tools on Linux
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools openssl
if: contains(matrix.platform.name, 'musl')
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
Expand Down
Loading

0 comments on commit c77b92d

Please sign in to comment.