From cd0a6bc16867b8d6d6f4fe72143fa5621430157b Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 6 May 2018 03:22:04 +0200 Subject: [PATCH] Attemt to fix ofxOMXPlayer clone in travis rpi cfg --- scripts/ci/rpi/pisetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/rpi/pisetup.sh b/scripts/ci/rpi/pisetup.sh index 5e44ccb..4c1f36a 100644 --- a/scripts/ci/rpi/pisetup.sh +++ b/scripts/ci/rpi/pisetup.sh @@ -6,7 +6,7 @@ pwd cd /home/pi/openFrameworks/addons git clone --depth=1 https://github.com/jeffcrouse/ofxJSON.git -git clone --depth=1 https://github.com/jvcleave/ofxOMXPlayer.git +git clone https://github.com/jvcleave/ofxOMXPlayer.git if [ -e "ofxOMXPlayer" ]; then rm -rf ofxOMXPlayer