Fixing homebrew, again.

Homebrew apparently requires you to now specify the version of the package
you're updating. We previously could just run `brew update openssl` and it
would work. Now we must run `brew update openssl@1.1` for the command to
succeed.
This commit is contained in:
Tim Wojtulewicz 2021-09-24 17:01:29 -07:00
parent e5b163290d
commit dc4e273153

View file

@ -6,5 +6,5 @@ set -e
set -x
brew update
brew upgrade cmake openssl
brew upgrade cmake openssl@1.1
brew install swig bison