From ae14ba84c21eb66aa899dbb54204a41dec6c5516 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 3 Aug 2023 23:56:20 +0200 Subject: [PATCH] chore: with libssl-dev Signed-off-by: kjuulh --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f684a48..37789b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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