This commit is contained in:
@@ -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