Skip to content

Commit e2278f6

Browse files
committed
💚 install libssl-dev on ubuntu
1 parent 30f1432 commit e2278f6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ jobs:
6464
shell: bash
6565
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
6666

67+
- name: Install libssl
68+
id: install_build_tools
69+
if: ${{ matrix.target.os }} == "ubuntu-latest"
70+
run: |
71+
apt-get update
72+
apt-get install -y --no-install-recommends \
73+
libssl-dev
74+
6775
- name: Install stable toolchain
6876
uses: actions-rs/toolchain@v1
6977
with:

0 commit comments

Comments
 (0)