mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Do not update brew formulae upon install
Change-Id: Ifc726b9456f4643b77e9f2eefc1bd37efbc50150
This commit is contained in:
@@ -33,7 +33,6 @@ jobs:
|
||||
- name: Setup Dependencies (iOS)
|
||||
if: matrix.target == 'ios'
|
||||
run: |
|
||||
brew update
|
||||
brew install \
|
||||
ccache \
|
||||
eigen \
|
||||
@@ -42,7 +41,6 @@ jobs:
|
||||
- name: Setup Dependencies (Host)
|
||||
if: matrix.target == 'host'
|
||||
run: |
|
||||
brew update
|
||||
brew install \
|
||||
ccache \
|
||||
eigen \
|
||||
|
||||
Reference in New Issue
Block a user