File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,11 +51,12 @@ jobs:
5151
5252 - name : Download cmake formula (3.29.0) and install
5353 run : |
54- brew unlink cmake || true
55- curl -L https://github.com/Kitware/CMake/releases/download/v3.29.0/cmake-3.29.0-macos-universal.tar.gz -o cmake.tar.gz
56- tar -xzf cmake.tar.gz
57- sudo cp -r cmake-3.29.0-macos-universal/CMake.app/Contents/bin/* /usr/local/bin/
58- cmake --version
54+ brew unlink cmake || true
55+ curl -L https://github.com/Kitware/CMake/releases/download/v3.29.0/cmake-3.29.0-macos-universal.tar.gz -o cmake.tar.gz
56+ tar -xzf cmake.tar.gz
57+ sudo cp -r cmake-3.29.0-macos-universal/CMake.app/Contents/bin/* /usr/local/bin/
58+ sudo cp -r cmake-3.29.0-macos-universal/CMake.app/Contents/share/cmake-3.29 /usr/local/share/
59+ cmake --version
5960
6061 - name : cmake version
6162 run : cmake --version
You can’t perform that action at this time.
0 commit comments