更新 .github/workflows/render-video.yml
Some checks failed
Render video / Render video (push) Has been cancelled

This commit is contained in:
2024-05-11 16:31:15 +08:00
parent 83cea99432
commit 7c726a7b06

View File

@@ -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