From 8cb7ea697d5ebce51e6c459c30c77192ad4567f5 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Fri, 18 Jun 2021 23:39:24 +0200 Subject: [PATCH] fix ci attempt 3 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 00100c5..4dc0f0c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: image: rust commands: - apt update - - apt install cmake + - apt install -y cmake - cargo test -v --- kind: pipeline @@ -15,7 +15,7 @@ steps: image: rust commands: - apt update - - apt install cmake + - apt install -y cmake - cargo build --release -v - name: publish