Skip to content

Commit e4ea4fe

Browse files
author
Keren Fuentes
committed
testing mac
1 parent af7f609 commit e4ea4fe

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

build/vsts-ci.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,7 @@ phases:
5050
queue:
5151
name: Hosted macOS
5252
steps:
53-
- script: |
54-
brew uninstall [email protected] |
55-
brew uninstall [email protected] |
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 [email protected] && brew install mono-libgdiplus && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force
53+
- script: brew update && brew unlink [email protected] && 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

0 commit comments

Comments
 (0)