Upgrade homebrew packages

Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
This commit is contained in:
r0qs
2023-09-11 12:49:32 +02:00
co-authored by Kamil Śliwak
parent 16ae76cad7
commit 1cb04e84d9
+2
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
then
brew update
brew upgrade
brew install boost
brew install cmake
brew install wget