Skip to content

Commit e26084f

Browse files
authored
[CI] Skip brew update step (#23895)
I'm not sure why we needed this.. lets try removing it and see what breaks
1 parent 67e3dc1 commit e26084f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,7 @@ commands:
330330
name: Install brew package dependencies
331331
environment:
332332
HOMEBREW_NO_AUTO_UPDATE: "1"
333-
command: |
334-
brew update
335-
brew install cmake ninja pkg-config
333+
command: brew install cmake ninja pkg-config
336334
- checkout
337335
- run:
338336
name: submodule update

0 commit comments

Comments
 (0)