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

This commit is contained in:
2024-05-11 16:56:43 +08:00
parent e3a8d34fd7
commit d5464b8a2d

View File

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