chore: with openssl-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-04 00:03:52 +02:00
parent 22bf047d9c
commit 9e125f08e8
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

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