Fix macOS CI

It looks like Homebrew has deprecated some syntax making CMake formula invalid, now a for of the formula is used.
pull/541/head
Nikolay Kasyanov 6 years ago committed by GitHub
parent bc1fbd5400
commit cdbd3a9c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
brew update
brew unlink cmake || true
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/a3b64391ebace30b84de8e7997665a1621c0b2c0/Formula/cmake.rb
brew install https://gist.githubusercontent.com/nikolaykasyanov/f36da224bdef42025e480f99fa21a82d/raw/7dd8b5ed2750198757f81c6bc6456e03541999bd/cmake.rb
brew switch cmake 3.12.4
brew outdated pkgconfig || brew upgrade pkgconfig
brew install qt

Loading…
Cancel
Save