fix: add ffmpeg install back (not pre-installed on GH runners)

This commit is contained in:
snomiao
2026-03-18 20:16:33 +00:00
parent 6ea2ce755d
commit 1c62c0edc3

View File

@@ -323,6 +323,9 @@ jobs:
echo "=== Artifact structure ==="
find qa-artifacts -type f 2>/dev/null | head -20
- name: Install ffmpeg
run: sudo apt-get install -y -qq ffmpeg 2>&1 | tail -3
- name: Convert videos to mp4
run: |
for dir in qa-artifacts/qa-report-*; do