Skip to content

Commit 6ae4fb0

Browse files
authored
wip
1 parent 8c25192 commit 6ae4fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/osx-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ jobs:
9797
--exclude=CMake.app/Contents/share/cmake-${version%.*}/Help \
9898
--exclude=CMake.app/Contents/share/vim
9999
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}
101101
${HOME}/Applications/CMake/${version}/bin/cmake --version
102102
rm -rf cmake-${version}-macos-universal
103103
rm cmake-${version}-macos-universal.tar.gz
104104
done
105105
- name: Check CMake 4.0-rc3
106106
run: |
107-
${HOME}/Applications/Applications/CMake/4.0.0/bin --version
107+
${HOME}/Applications/CMake/4.0.0-rc3/bin --version
108108
109109
- name: Install Bazel versions
110110
if: steps.cache-tools.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)