From 38bf1e68bae90ee92f4011fd551244b745e3e819 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Sat, 15 Aug 2015 15:26:11 +0100 Subject: [PATCH] Using whereis and type to find ffmpeg location --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index be5177c..67b4886 100644 --- a/circle.yml +++ b/circle.yml @@ -8,6 +8,7 @@ machine: dependencies: pre: - sudo apt-get remove -y ffmpeg ffprobe + - sudo apt-get install -y type whereis - sudo type ffmpeg - sudo whereis ffmpeg - bash install-dependencies.sh