We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32213cc commit a1fe390Copy full SHA for a1fe390
.circleci/config.yml
@@ -320,10 +320,8 @@ commands:
320
environment:
321
HOMEBREW_NO_AUTO_UPDATE: "1"
322
command: |
323
- brew list cmake || brew install cmake
324
- brew list ninja || brew install ninja
325
- brew list python3 || brew install python3
326
- brew list pkg-config || brew install pkg-config
+ brew update
+ brew install cmake ninja python3 pkg-config
327
- checkout
328
- run:
329
name: submodule update
0 commit comments