更新 .github/workflows/render-video.yml
Some checks failed
Render video / Render video (push) Failing after 19m47s

This commit is contained in:
2024-05-11 17:07:42 +08:00
parent b3bad0b104
commit 15567d92a4

View File

@@ -12,7 +12,7 @@ jobs:
image: node:lts image: node:lts
steps: steps:
- uses: actions/checkout@main - uses: actions/checkout@main
- run: apt update && apt install -y yarn ffmpeg libnss3 - run: apt update && apt install -y yarn ffmpeg libnss3 chromium
- run: yarn && yarn build - run: yarn && yarn build
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with: