Do not install cmake on CI

This commit is contained in:
Rainer Kuemmerle
2025-08-31 14:09:05 +02:00
committed by Rainer Kümmerle
parent db7e0a4370
commit ff3c11833c

View File

@@ -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'