Skip to content

Commit bb0e1fc

Browse files
authored
ci : remove brew installation of cmake for macos-latest (#3408)
This commit remove the brew install of cmake for macos-latest as this now seems to be pre-installed on the runner. The motivation for this is that this job is failing with the following error: ```console Error: cmake was installed from the local/pinned tap but you are trying to install it from the homebrew/core tap. Formulae with the same name from different taps cannot be installed at the same time. ```
1 parent 9bfc535 commit bb0e1fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ jobs:
241241
- name: Dependencies
242242
run: |
243243
brew update
244-
brew install sdl2 cmake
244+
cmake --version
245+
brew install sdl2
245246
246247
- name: Build
247248
run: |

0 commit comments

Comments
 (0)