Skip to content

Commit 0abf3bc

Browse files
committed
ci github: remove install cmake on macos
Signed-off-by: Zhenlin Wang <sanpeqf@gmail.com>
1 parent e711185 commit 0abf3bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: install dependencies
2929
run: |
3030
brew update
31-
brew install cmake make ccache
31+
brew install make ccache
3232
3333
- name: configure cmake
3434
run: |

0 commit comments

Comments
 (0)