mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Fix macOS workflow homebrew conflict error (#16464)
This commit is contained in:
parent
f390137d6e
commit
2ef085967d
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ install_linux_deps() {
|
||||||
|
|
||||||
# macOS build only
|
# macOS build only
|
||||||
install_macos_deps() {
|
install_macos_deps() {
|
||||||
|
# Uninstall the bundled cmake, it is outdated, and brew does not want to install the newest version with this one present since they are from different taps.
|
||||||
|
brew uninstall cmake || :
|
||||||
|
|
||||||
local pkgs=(
|
local pkgs=(
|
||||||
cmake gettext freetype gmp jpeg-turbo jsoncpp leveldb
|
cmake gettext freetype gmp jpeg-turbo jsoncpp leveldb
|
||||||
libogg libpng libvorbis luajit zstd sdl2
|
libogg libpng libvorbis luajit zstd sdl2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue