Skip to content

Commit 76f00f1

Browse files
committed
attempt to fix macos cmake issue
1 parent 0bab502 commit 76f00f1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,10 @@ jobs:
141141
fetch-tags: true
142142
- name: Initialize submodules
143143
run: git submodule update --init --recursive
144-
- name: Install CMake
145-
run: brew install cmake
144+
- name: Setup CMake 3.x
145+
uses: jwlawson/actions-setup-cmake@v2
146+
with:
147+
cmake-version: '3.31.x'
146148
- name: Set up pyenv
147149
run: |
148150
brew update

0 commit comments

Comments
 (0)