mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #6064 from ethereum/someFewerBrewSteps
[CI] Skip brew update and upgrade.
This commit is contained in:
commit
a255a50292
@ -202,8 +202,6 @@ jobs:
|
||||
- run:
|
||||
name: Install build dependencies
|
||||
command: |
|
||||
brew update
|
||||
brew upgrade
|
||||
brew unlink python
|
||||
brew install z3
|
||||
brew install boost
|
||||
@ -353,8 +351,6 @@ jobs:
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: |
|
||||
brew update
|
||||
brew upgrade
|
||||
brew unlink python
|
||||
brew install z3
|
||||
- run: mkdir -p test_results
|
||||
|
Loading…
Reference in New Issue
Block a user