Skip to content

Commit 089e3e2

Browse files
committed
test
1 parent 1250f62 commit 089e3e2

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/macos-release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)