mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
If brew is asked to install a package that is already installed, it will
set a non-zero exit status that causes the CI to abort and fail.
The fix for that is to explicitly check every package for whether it is
already installed and only if they are not, ask brew to install them.
This fix is the same that has been applied in
|
||
|---|---|---|
| .. | ||
| assertNoTranslationChanges.sh | ||
| build_linux.bash | ||
| build_macos.bash | ||
| build.ps1 | ||
| install-environment_linux_translations.bash | ||
| install-environment_linux.bash | ||
| install-environment_macos.bash | ||
| install-environment.ps1 | ||