From 9fa9d7ddd1a39f13b429ecc763f0b4bf5500773d Mon Sep 17 00:00:00 2001 From: jiacai_wang Date: Wed, 30 Mar 2022 09:17:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index df800d4..fc49709 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,5 +5,5 @@ steps: image: gcc:latest commands: - apt-get update - - apt-get install libboost-all-dev + - apt-get install -y libboost-all-dev - make boosttest \ No newline at end of file