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