Skip to content

Commit 45fbfe6

Browse files
committed
Remove cmake from brew install to use version of runner (fixes build failures)
1 parent 7073afe commit 45fbfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312

313313
- name: Prepare - Install tools
314314
run: |
315-
brew install automake autoconf-archive cmake libtool ninja
315+
brew install automake autoconf-archive libtool ninja
316316
317317
- name: Export GitHub Actions cache environment variables
318318
uses: actions/github-script@v7

0 commit comments

Comments
 (0)