Skip to content

Commit c8dd3b0

Browse files
committed
fix: brew install for cmake URL
1 parent c590056 commit c8dd3b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ io::log_h2 "DEBUG: Before brew install bash ninja"
3939
brew install bash ninja
4040
io::log_h2 "DEBUG: After brew install bash ninja"
4141

42-
# Install a specific version of CMake to match our GHA builds
43-
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/fd21fcf239bcd0231c9fed5719403ec128151af4/Formula/c/cmake.rb
42+
# Install v3.28.1 CMake
43+
io::log_h2 "DEBUG: Before brew install for cmake"
44+
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/4c210b9063c89a89abd9a6db5bae1b5f4e8fdb7d/Formula/c/cmake.rb
45+
io::log_h2 "DEBUG: After brew install for cmake"
4446

4547
io::log_h2 "Using CMake version"
4648
cmake --version

0 commit comments

Comments
 (0)