chore: with libssl-dev
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-08-03 23:56:20 +02:00
parent 49a9c9f2d4
commit ae14ba84c2
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -11,7 +11,7 @@ steps:
commands:
- set -e
- apt update
- apt install musl-tools pkg-config -y
- apt install musl-tools pkg-config libssl-dev openssl -y
- rustup target add x86_64-unknown-linux-musl
- cargo build --target=x86_64-unknown-linux-musl