File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,7 @@ phases:
5050 queue :
5151 name : Hosted macOS
5252 steps :
53- - script : |
54- brew uninstall openssl@1.0.2t |
55- brew uninstall python@2.7.17 |
56- brew untap local/openssl |
57- brew untap local/python2
58- displayName: MacOS Homebrew bug Workaround
59- continueOnError: true
60- - script : brew update && brew unlink python@3.8 && brew install mono-libgdiplus && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force
53+ - script : brew update && brew unlink python@3.9 && brew untap local/bin/2to3 && brew install mono-libgdiplus && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force
6154 displayName : Install build dependencies
6255 - script : ./restore.sh
6356 displayName : restore all projects
You can’t perform that action at this time.
0 commit comments