更新 .github/workflows/render-video.yml
Some checks failed
Render video / Render video (push) Has been cancelled
Some checks failed
Render video / Render video (push) Has been cancelled
This commit is contained in:
7
.github/workflows/render-video.yml
vendored
7
.github/workflows/render-video.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user