更新 .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: steps:
- uses: actions/checkout@main - uses: actions/checkout@main
- uses: actions/setup-node@main - uses: actions/setup-node@main
- run: sudo apt update - run: apt update
- run: sudo apt install ffmpeg - run: apt install ffmpeg yarn -y
- run: sudo apt install yarn
- run: yarn - run: yarn
- run: yarn build" - run: yarn build"
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2