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