diff --git a/ci/setup-env.sh b/ci/setup-env.sh index 134cae35..5c3a7e14 100755 --- a/ci/setup-env.sh +++ b/ci/setup-env.sh @@ -45,7 +45,7 @@ fi if [ "$OS" = "win" ]; then cp "$ROOT/External/spout/SpoutLibrary.dll" /c/Windows/System32 elif [ "$OS" = "mac" ]; then - cp -R "$ROOT/External/syphon/Syphon.framework" "/Library/Frameworks" + sudo cp -R "$ROOT/External/syphon/Syphon.framework" "/Library/Frameworks" fi # Set global path