Commit 6ae4fb0 1 parent 8c25192 commit 6ae4fb0 Copy full SHA for 6ae4fb0
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,14 +97,14 @@ jobs:
97
97
--exclude=CMake.app/Contents/share/cmake-${version%.*}/Help \
98
98
--exclude=CMake.app/Contents/share/vim
99
99
mkdir -p ${HOME}/Applications/CMake/${version}
100
- cp -fR cmake-${version}-macos-universal/CMake.app/Contents/* ${HOME}/Applications/CMake/${version%-* }
100
+ cp -fR cmake-${version}-macos-universal/CMake.app/Contents/* ${HOME}/Applications/CMake/${version}
101
101
${HOME}/Applications/CMake/${version}/bin/cmake --version
102
102
rm -rf cmake-${version}-macos-universal
103
103
rm cmake-${version}-macos-universal.tar.gz
104
104
done
105
105
- name : Check CMake 4.0-rc3
106
106
run : |
107
- ${HOME}/Applications/Applications/ CMake/4.0.0/bin --version
107
+ ${HOME}/Applications/CMake/4.0.0-rc3 /bin --version
108
108
109
109
- name : Install Bazel versions
110
110
if : steps.cache-tools.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments