Skip to content

Commit c590056

Browse files
committed
fix: use brew install for cmake:wqa
1 parent 6ad5744 commit c590056

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ brew install bash ninja
4040
io::log_h2 "DEBUG: After brew install bash ninja"
4141

4242
# Install a specific version of CMake to match our GHA builds
43-
(
44-
cd "${HOME}"
45-
curl -fsSL -o cmake.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/fd21fcf239bcd0231c9fed5719403ec128151af4/Formula/cmake.rb
46-
brew install cmake.rb
47-
)
43+
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/fd21fcf239bcd0231c9fed5719403ec128151af4/Formula/c/cmake.rb
4844

4945
io::log_h2 "Using CMake version"
5046
cmake --version

0 commit comments

Comments
 (0)