From ac9dff3f4c49a0f35455c4a2aa519915bbd0a0b6 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:47:59 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/render-video.yml b/.github/workflows/render-video.yml index dd6c0e4..dfe6679 100644 --- a/.github/workflows/render-video.yml +++ b/.github/workflows/render-video.yml @@ -8,7 +8,8 @@ jobs: render: name: Render video runs-on: ubuntu-latest - image: debian + container: + image: debian steps: - uses: actions/checkout@main - uses: actions/setup-node@main