[GitHub Action] Fix MacOS build failure
authorgichan2-jang <gichan2.jang@samsung.com>
Fri, 28 Jul 2023 02:05:31 +0000 (11:05 +0900)
committerSangjung Woo <again4you@gmail.com>
Fri, 28 Jul 2023 08:18:04 +0000 (17:18 +0900)
commit211b04ce5f0a2612a6d602d8bc67d45561bbc699
tree941b0b9c9aa55a42681803787ca4d7321b9f679d
parent9bb82c93982a1609d34bb544a38ad2fd04c65006
[GitHub Action] Fix MacOS build failure

Don't install gstreamer-plugins.

Warning messages:
```
Warning: Formula gst-plugins-base was renamed to gstreamer.
Warning: Formula gst-plugins-good was renamed to gstreamer.
```

Related issue: https://github.com/Homebrew/brew/issues/15488
Bug report from the issue:  There is technically a bug here in that the dependency collector doesn't recognise multiple renames into one formula as being a single formula, so it tries to install gstreamer multiple times.

Signed-off-by: gichan2-jang <gichan2.jang@samsung.com>
.github/workflows/macos.yaml