From ab6219535ca70c851b5c4c4f340a0aa98b45cfc5 Mon Sep 17 00:00:00 2001 From: wangjiacai Date: Sat, 14 Sep 2024 00:18:29 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2b3aee2..b2e84d5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,6 @@ steps: - name: test image: gcc:latest commands: - - sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list - apt-get update - apt-get install -y libboost-test-dev - make boosttest