jenkins file ffmpeg

This commit is contained in:
2026-05-08 16:47:27 +00:00
parent b235015832
commit a9ebc714eb

View File

@@ -20,7 +20,7 @@ pipeline {
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip --quiet
pip install --quiet atproto requests
pip install --quiet atproto requests ffmpeg
"""
}
}