Skip to content

Commit

Permalink
Remove 'brew update' from ios build in CI (ethereum#1531)
Browse files Browse the repository at this point in the history
We previously added brew update in ethereum#1503, but it's no longer necessary and gives a different error now, so this removes it.
  • Loading branch information
Or Neeman authored May 5, 2021
1 parent ede6fa2 commit 4acd3d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
- run:
name: Setup Go language
command: |
brew update
brew install go@1.16
brew link go@1.16
# Check that homebrew installed the expected go version
Expand Down

0 comments on commit 4acd3d0

Please sign in to comment.