Skip to content

Commit 1cc44f4

Browse files
authored
Merge pull request #701 from sanpeqf/ci-github
ci github: remove install cmake on macos
2 parents e711185 + 0abf3bc commit 1cc44f4

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)