Skip to content

Commit 304d5e0

Browse files
committed
fix: create brew tap for cmake 3
1 parent 5f6b980 commit 304d5e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ io::log_h2 "DEBUG: Before brew install for cmake"
7575
git commit -m "Add CMake formula"
7676

7777
brew tap user/homebrew-tap "${HOME}/user/homebrew-tap"
78+
brew uninstall cmake
7879
brew install --build-from-source user/homebrew-tap/cmake
7980
)
8081
io::log_h2 "DEBUG: After brew install for cmake"

0 commit comments

Comments
 (0)