Merge pull request #447 from jpcima/macos-homebrew

ci: try uninstall java before updating homebrew
This commit is contained in:
JP Cimalando 2020-09-26 20:38:31 +02:00 committed by GitHub
commit ae8874b1f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
set -ex
sudo ln -s /usr/local /opt/local
brew cask uninstall --force java
brew update
brew upgrade cmake
brew install python || brew link --overwrite python