mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
ci: install ffmpeg in CLI smoke job
This commit is contained in:
@@ -237,6 +237,11 @@ jobs:
|
||||
if: needs.changes.outputs.code == 'true'
|
||||
with:
|
||||
node-version: 22
|
||||
- name: Install FFmpeg
|
||||
if: needs.changes.outputs.code == 'true'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y ffmpeg
|
||||
- name: Install dependencies
|
||||
if: needs.changes.outputs.code == 'true'
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
Reference in New Issue
Block a user