Merge branch 'ethereum:develop' into drop-opcodes-s

This commit is contained in:
Paul 2023-09-11 05:56:13 -06:00 committed by GitHub
commit bbe1af4c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 if [ ! -f /usr/local/lib/libz3.a ] # if this file does not exists (cache was not restored), rebuild dependencies
then then
brew update
brew upgrade
brew install boost brew install boost
brew install cmake brew install cmake
brew install wget brew install wget