更新 .github/workflows/render-video.yml
Some checks failed
Render video / Render video (push) Failing after 35s
Some checks failed
Render video / Render video (push) Failing after 35s
This commit is contained in:
4
.github/workflows/render-video.yml
vendored
4
.github/workflows/render-video.yml
vendored
@@ -11,9 +11,7 @@ jobs:
|
||||
container:
|
||||
image: node:lts
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- uses: actions/setup-node@main
|
||||
- run: apt update && apt install -y yarn ffmpeg
|
||||
- run: apt update && apt install -y yarn ffmpeg libnss3
|
||||
- run: yarn && yarn build
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user