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