Skip to content

Commit b3ca134

Browse files
authored
Merge pull request #161 from h4tr3d/ci_fix
Fix CI OSX build
2 parents 1794021 + ec9e9f4 commit b3ca134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/travis/install-osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
#brew update
99
#brew install python
1010
brew link --overwrite python
11+
brew install ffmpeg
1112

1213
# GH workflow specific part
1314
if [ -n "$GITHUB_WORKFLOW" ]; then
1415
if [ -z "$SKIP_MESON" -o "$SKIP_MESON" = "false" ]; then
1516
brew install meson
16-
brew install ffmpeg
1717
fi
1818
fi
1919

0 commit comments

Comments
 (0)