Merge pull request #447 from jpcima/macos-homebrew
ci: try uninstall java before updating homebrew
This commit is contained in:
commit
ae8874b1f6
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
sudo ln -s /usr/local /opt/local
|
sudo ln -s /usr/local /opt/local
|
||||||
|
brew cask uninstall --force java
|
||||||
brew update
|
brew update
|
||||||
brew upgrade cmake
|
brew upgrade cmake
|
||||||
brew install python || brew link --overwrite python
|
brew install python || brew link --overwrite python
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue