Skip to content

Commit

Permalink
[ci] Fix mac arm64 builder (emscripten-core#22260)
Browse files Browse the repository at this point in the history
We have been seeing the `brew install python3` step fail consistently in
the last 24 hours.

I'm not sure why this fixes the issue.
  • Loading branch information
sbc100 authored Jul 18, 2024
1 parent 32213cc commit a1fe390
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,8 @@ commands:
environment:
HOMEBREW_NO_AUTO_UPDATE: "1"
command: |
brew list cmake || brew install cmake
brew list ninja || brew install ninja
brew list python3 || brew install python3
brew list pkg-config || brew install pkg-config
brew update
brew install cmake ninja python3 pkg-config
- checkout
- run:
name: submodule update
Expand Down

0 comments on commit a1fe390

Please sign in to comment.