We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cbe08 commit d3c3882Copy full SHA for d3c3882
config.sh
@@ -92,6 +92,7 @@ function pre_build {
92
#after the cache stage, all bottles and Homebrew metadata should be already cached locally
93
if [ -n "$CACHE_STAGE" ]; then
94
brew update
95
+ generate_ffmpeg_formula
96
brew_add_local_bottles
97
fi
98
@@ -107,7 +108,6 @@ function pre_build {
107
108
echo 'Installing FFmpeg'
109
110
- generate_ffmpeg_formula
111
brew_install_and_cache_within_time_limit ffmpeg_opencv || { [ $? -gt 1 ] && return 2 || return 0; }
112
else
113
brew install ffmpeg_opencv
0 commit comments