Skip to content

Commit 2d847a8

Browse files
committed
fix: brew install cmake fix
1 parent 786caeb commit 2d847a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/kokoro/macos/builds/cmake-vcpkg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ io::log_h2 "DEBUG: Before brew install for cmake"
6464
(
6565
cd "${HOME}"
6666
curl -fsSL -o cmake.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/fd21fcf239bcd0231c9fed5719403ec128151af4/Formula/cmake.rb
67-
brew install cmake.rb
67+
brew install --build-from-source ./cmake.rb
6868
)
6969
io::log_h2 "DEBUG: After brew install for cmake"
7070

0 commit comments

Comments
 (0)