From ab1fc6d9c0cbfd602bd844747f9822ae0676466f Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 4 Aug 2023 00:05:14 +0200 Subject: [PATCH] feat: only ci Signed-off-by: kjuulh --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3784031..894c808 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,9 +13,9 @@ steps: commands: - set -e - apt update - - apt install musl-tools pkg-config libssl-dev openssl build-essential musl-dev openssl-src -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 + - cargo build --target=x86_64-unknown-linux-musl -p ci - name: load_secret image: debian:buster-slim