mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 22:39:39 +00:00
fix: add ffmpeg install back (not pre-installed on GH runners)
This commit is contained in:
3
.github/workflows/pr-qa.yaml
vendored
3
.github/workflows/pr-qa.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user