diff --git a/build/ci/job-template.yml b/build/ci/job-template.yml index 3dd53bf2ef..d8cbaac732 100644 --- a/build/ci/job-template.yml +++ b/build/ci/job-template.yml @@ -63,6 +63,7 @@ jobs: brew untap local/openssl | brew untap local/python2 displayName: MacOS Homebrew bug Workaround + continueOnError: true # Extra MacOS step required to install OS-specific dependencies - ${{ if eq(parameters.pool.name, 'Hosted macOS') }}: - script: brew update && brew unlink python@3.8 && brew install mono-libgdiplus && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force diff --git a/build/vsts-ci.yml b/build/vsts-ci.yml index d956247b14..041cbe5660 100644 --- a/build/vsts-ci.yml +++ b/build/vsts-ci.yml @@ -56,6 +56,7 @@ phases: brew untap local/openssl | brew untap local/python2 displayName: MacOS Homebrew bug Workaround + continueOnError: true - script: brew update && brew unlink python@3.8 && brew install mono-libgdiplus && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force displayName: Install build dependencies - script: ./restore.sh