mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 08:05:18 +02:00
Fix macOS workflow homebrew conflict error (#16464)
This commit is contained in:
@@ -34,6 +34,9 @@ install_linux_deps() {
|
||||
|
||||
# macOS build only
|
||||
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=(
|
||||
cmake gettext freetype gmp jpeg-turbo jsoncpp leveldb
|
||||
libogg libpng libvorbis luajit zstd sdl2
|
||||
|
Reference in New Issue
Block a user