Skip to content

Commit 34c86d9

Browse files
authored
Merge pull request ethereum#14556 from ethereum/homebrew-update
Upgrade homebrew packages
2 parents 16ae76c + 1cb04e8 commit 34c86d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/osx_install_dependencies.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ function validate_checksum {
5252

5353
if [ ! -f /usr/local/lib/libz3.a ] # if this file does not exists (cache was not restored), rebuild dependencies
5454
then
55+
brew update
56+
brew upgrade
5557
brew install boost
5658
brew install cmake
5759
brew install wget

0 commit comments

Comments
 (0)