ci: install ffmpeg in CLI smoke job

This commit is contained in:
Miguel Ángel
2026-04-28 10:57:50 -04:00
parent 9c7983211a
commit 82ce413fd9
+5
View File
@@ -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