From 9dcc1f9ee480fdd9b368514075d007c15e2cf7e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=91=E5=A2=A8=E6=B0=B4=E9=B1=BC?= Date: Sat, 11 May 2024 16:28:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/render.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/render.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/render.yaml b/.gitea/render.yaml index 7237b9d..c849668 100644 --- a/.gitea/render.yaml +++ b/.gitea/render.yaml @@ -11,9 +11,8 @@ jobs: steps: - uses: actions/checkout@main - uses: actions/setup-node@main - - run: sudo apt update - - run: sudo apt install ffmpeg - - run: sudo apt install yarn + - run: apt update + - run: apt install ffmpeg yarn -y - run: yarn - run: yarn build" - uses: actions/upload-artifact@v2