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 6ad5744 commit c590056Copy full SHA for c590056
ci/kokoro/macos/builds/cmake-vcpkg.sh
@@ -40,11 +40,7 @@ brew install bash ninja
40
io::log_h2 "DEBUG: After brew install bash ninja"
41
42
# 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
-)
+brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/fd21fcf239bcd0231c9fed5719403ec128151af4/Formula/c/cmake.rb
48
49
io::log_h2 "Using CMake version"
50
cmake --version
0 commit comments