Skip to content

Commit 3387131

Browse files
committed
[try with CMake 4]
1 parent 0478a31 commit 3387131

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/1-setup/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ runs:
6060
mkdir clang
6161
tar -xf clang.tar.xz --strip 1 -C clang
6262
rm clang.tar.xz
63+
# also upgrade CMake to v4
64+
brew install cmake
65+
cmake --version
6366
- name: 'Windows: Install clang v19.1.3 from GitHub'
6467
if: runner.os == 'Windows'
6568
shell: bash

0 commit comments

Comments
 (0)