We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d62b5 commit d1d8819Copy full SHA for d1d8819
.github/workflows/build_and_test.yml
@@ -93,6 +93,9 @@ jobs:
93
echo "Downloading cmake.rb from $cmake_rb_link"
94
curl -fsSL "$cmake_rb_link" -o "$cmake_rb_path"
95
96
+ echo "uninstalling existing cmake..."
97
+ brew uninstall cmake
98
+
99
echo "Installing cmake 3.31.6 from custom tap..."
100
brew install "$tap_name/cmake"
101
- name: "Test"
0 commit comments