Skip to content

Commit

Permalink
Merge pull request #14556 from ethereum/homebrew-update
Browse files Browse the repository at this point in the history
Upgrade homebrew packages
  • Loading branch information
r0qs authored Sep 11, 2023
2 parents 16ae76c + 1cb04e8 commit 34c86d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/osx_install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ function validate_checksum {

if [ ! -f /usr/local/lib/libz3.a ] # if this file does not exists (cache was not restored), rebuild dependencies
then
brew update
brew upgrade
brew install boost
brew install cmake
brew install wget
Expand Down

0 comments on commit 34c86d9

Please sign in to comment.