From 64f8e427e64d3e4a601b787e97eb3be27e0b50f0 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 3 Aug 2023 23:58:53 +0200 Subject: [PATCH] chore: with build-essential Signed-off-by: kjuulh --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 37789b6..193e4cf 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 -y + - apt install musl-tools pkg-config libssl-dev openssl build-essential -y - rustup target add x86_64-unknown-linux-musl - cargo build --target=x86_64-unknown-linux-musl