From 7c726a7b06d03d9caa291ed5f76fdf6956be19ad 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:31:15 +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 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/render-video.yml b/.github/workflows/render-video.yml index ed5f546..fcfb846 100644 --- a/.github/workflows/render-video.yml +++ b/.github/workflows/render-video.yml @@ -11,11 +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: yarn - - run: yarn build" + - run: apt update && apt install -y yarn ffmpeg + - run: yarn && yarn build" - uses: actions/upload-artifact@v2 with: name: out.mp4