[macOS, CI] Use CMake 3.12.4

See https://gitlab.com/OpenMW/openmw/issues/4767 for details.
pull/541/head
Nikolay Kasyanov 6 years ago committed by Nikolay Kasyanov
parent a037e4c954
commit 956934911a

@ -1,8 +1,9 @@
#!/bin/sh -e
brew update
brew outdated cmake || brew upgrade cmake
brew unlink cmake || true
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/a3b64391ebace30b84de8e7997665a1621c0b2c0/Formula/cmake.rb
brew switch cmake 3.12.4
brew outdated pkgconfig || brew upgrade pkgconfig
brew install qt

Loading…
Cancel
Save