mirror of
https://github.com/RainerKuemmerle/g2o.git
synced 2026-01-18 21:21:18 +01:00
Do not install cmake on CI
This commit is contained in:
committed by
Rainer Kümmerle
parent
db7e0a4370
commit
ff3c11833c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies on macOS
|
||||
if: runner.os == 'macOS'
|
||||
run: brew install cmake eigen coreutils
|
||||
run: brew install eigen coreutils
|
||||
|
||||
- name: Configure ccache for macOS
|
||||
if: runner.os == 'macOS'
|
||||
|
||||
Reference in New Issue
Block a user