File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ brew update-reset
5454echo " DEBUG: Brew version after fixes"
5555brew --version || echo " brew version failed"
5656echo " DEBUG: Brew doctor after fixes"
57- brew doctor || echo " brew doctor failed"
57+ # brew doctor || echo "brew doctor failed"
5858
5959echo " DEBUG: Homebrew environment fixes complete"
6060# ===== END HOMEBREW FIXES =====
Original file line number Diff line number Diff line change @@ -61,7 +61,11 @@ io::log_h2 "DEBUG: Brew doctor before update"
6161
6262# Install v3.28.1 CMake
6363io::log_h2 " DEBUG: Before brew install for cmake"
64- brew install --build-from-source https://raw.githubusercontent.com/Homebrew/homebrew-core/4c210b9063c89a89abd9a6db5bae1b5f4e8fdb7d/Formula/c/cmake.rb
64+ (
65+ cd " ${HOME} "
66+ curl -fsSL -o cmake.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/fd21fcf239bcd0231c9fed5719403ec128151af4/Formula/cmake.rb
67+ brew install cmake.rb
68+ )
6569io::log_h2 " DEBUG: After brew install for cmake"
6670
6771io::log_h2 " Using CMake version"
You can’t perform that action at this time.
0 commit comments