From 6703e9c58fb721833810e2a6094b391cdead43c5 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 4 Aug 2023 00:00:19 +0200 Subject: [PATCH] chore: with musl dev Signed-off-by: kjuulh --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 193e4cf..233c83d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: commands: - set -e - apt update - - apt install musl-tools pkg-config libssl-dev openssl build-essential -y + - apt install musl-tools pkg-config libssl-dev openssl build-essential musl-dev -y - rustup target add x86_64-unknown-linux-musl - cargo build --target=x86_64-unknown-linux-musl