Skip to content

Commit d8158f8

Browse files
committed
fix openssl build
1 parent 257063a commit d8158f8

2 files changed

Lines changed: 107 additions & 114 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
uses: dtolnay/rust-toolchain@stable
4545
with:
4646
targets: ${{ matrix.platform.target }}
47-
- name: Install musl-tools on Linux
48-
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools
47+
- name: Install build dependencies on Linux
48+
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools libssl-dev
4949
if: contains(matrix.platform.os, 'ubuntu')
5050
- name: Build binary (*nix)
5151
shell: bash

0 commit comments

Comments
 (0)