We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c330000 commit 970a367Copy full SHA for 970a367
1 file changed
.github/workflows/release.yaml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
targets: ${{ matrix.platform.target }}
47
- name: Install build dependencies on Linux
48
- run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools libssl-dev
+ run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools openssl libssl-dev
49
if: contains(matrix.platform.os, 'ubuntu')
50
- name: Build binary (*nix)
51
shell: bash
0 commit comments