Skip to content

Commit 970a367

Browse files
committed
add openssl as explicit dependency in build
1 parent c330000 commit 970a367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
targets: ${{ matrix.platform.target }}
4747
- name: Install build dependencies on Linux
48-
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools libssl-dev
48+
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools openssl libssl-dev
4949
if: contains(matrix.platform.os, 'ubuntu')
5050
- name: Build binary (*nix)
5151
shell: bash

0 commit comments

Comments
 (0)