更新 .gitea/render.yaml
Some checks failed
Render video / Render video (push) Failing after 49s

This commit is contained in:
2024-05-11 16:28:19 +08:00
parent c0de6c25ac
commit 9dcc1f9ee4

View File

@@ -11,9 +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: apt update
- run: apt install ffmpeg yarn -y
- run: yarn
- run: yarn build"
- uses: actions/upload-artifact@v2