ci: try uninstall java before updating homebrew

This commit is contained in:
Jean Pierre Cimalando 2020-09-26 20:06:47 +02:00
parent dde743af76
commit 4a189ae53e

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