We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9dc1c9 commit 0bf3caeCopy full SHA for 0bf3cae
.circleci/osx_install_dependencies.sh
@@ -50,7 +50,8 @@ if [ ! -f /usr/local/lib/libz3.a ] # if this file does not exists (cache was not
50
then
51
brew update
52
brew upgrade
53
- brew install cmake
+ curl https://github.com/raw/Homebrew/homebrew-core/b4e46db74e74a8c1650b38b1da222284ce1ec5ce/Formula/c/cmake.rb >> cmake.rb
54
+ brew install --formula cmake.rb
55
brew install wget
56
brew install coreutils
57
brew install diffutils
0 commit comments