From d5464b8a2d2204d095c75ec0510bf3032770e4f7 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:56:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/render-v?= =?UTF-8?q?ideo.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/render-video.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/render-video.yml b/.github/workflows/render-video.yml index 378e8cd..b77872b 100644 --- a/.github/workflows/render-video.yml +++ b/.github/workflows/render-video.yml @@ -11,9 +11,7 @@ jobs: container: image: node:lts steps: - - uses: actions/checkout@main - - uses: actions/setup-node@main - - run: apt update && apt install -y yarn ffmpeg + - run: apt update && apt install -y yarn ffmpeg libnss3 - run: yarn && yarn build - uses: actions/upload-artifact@v2 with: