fix: correct FFmpeg version extraction in verification
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 14s
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 14s
This commit is contained in:
2
arty.yml
2
arty.yml
@@ -151,7 +151,7 @@ scripts:
|
|||||||
|
|
||||||
# Verify FFmpeg installation
|
# Verify FFmpeg installation
|
||||||
if ffmpeg -version > /dev/null 2>&1; then
|
if ffmpeg -version > /dev/null 2>&1; then
|
||||||
echo "✓ FFmpeg installed: $(ffmpeg -version | head -1 | cut -d' ' -f3)"
|
echo "✓ FFmpeg installed: $(ffmpeg -version | head -1 | cut -d ' ' -f3)"
|
||||||
else
|
else
|
||||||
echo "❌ WARNING: FFmpeg not found"
|
echo "❌ WARNING: FFmpeg not found"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user