From 869be2139f1bd99aaa04098a5f3d0f1eb1619b3b Mon Sep 17 00:00:00 2001 From: imlonghao Date: Thu, 27 Jan 2022 20:25:49 +0800 Subject: [PATCH] ci: add new deps for release build --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6feb5c4..9cef735 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: image: rust:1.58.1 commands: - apt update - - apt install -y --no-install-recommends musl-tools + - apt install -y --no-install-recommends musl-tools pkg-config libssl-dev - rustup target add x86_64-unknown-linux-musl - cargo build --release --locked --all-features --target x86_64-unknown-linux-musl when: