ci: install ffmpeg for Mantis media previews

This commit is contained in:
Peter Steinberger
2026-05-05 08:02:59 +01:00
parent 11d2bb19dc
commit c2f86598a3

View File

@@ -420,6 +420,9 @@ jobs:
--json > "$metadata"
}
if ! command -v ffmpeg >/dev/null 2>&1 || ! command -v ffprobe >/dev/null 2>&1; then
sudo apt-get update && sudo apt-get install -y ffmpeg || true
fi
if ! make_desktop_preview baseline || ! make_desktop_preview candidate; then
rm -f "$root/baseline/discord-status-reactions-tool-only-desktop-preview.gif"
rm -f "$root/candidate/discord-status-reactions-tool-only-desktop-preview.gif"