From 64ca94c0a1b18625e53701a3ba5d3305eb3f8969 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Thu, 23 Mar 2023 23:36:36 +0800 Subject: [PATCH] drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 133508b..e668c30 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,6 @@ steps: commands: - sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list - apt update - - apt install ffmpeg + - apt install -y ffmpeg - yarn install --forzen-lockfile - yarn build