Skip to content

Fix cmake macos github CI #100

@alexallmont

Description

@alexallmont

A recent change to github build agents conflicts with our version of cmake. Fix should be to just remove explicit cmake install in our CI build scripts.

Running before_all...
  
  + brew install cmake ninja boost
  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.
  
  To install this version, you must first uninstall the existing formula:
    brew uninstall cmake
  Then you can install the desired version:
    brew install cmake
  
                                                              ✕ 8.74s
Error: Command brew install cmake ninja boost failed with code 1. 

Error: Process completed with exit code 1.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions