Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/travis/install-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
#brew update
#brew install python
brew link --overwrite python
brew install ffmpeg

# GH workflow specific part
if [ -n "$GITHUB_WORKFLOW" ]; then
if [ -z "$SKIP_MESON" -o "$SKIP_MESON" = "false" ]; then
brew install meson
brew install ffmpeg
fi
fi

Expand Down
Loading