From b7e196b57e5335dd471463d8c0bd3fc548c0d8f1 Mon Sep 17 00:00:00 2001 From: Jumar Macato Date: Thu, 10 Jan 2019 13:16:02 +0800 Subject: [PATCH] Add workaround for for failing CastXML on macOS by manually updating Hombrew. cc @jkoritzinsky --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8c5380e65e..bcd0082c6f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -51,7 +51,9 @@ jobs: - task: CmdLine@2 displayName: 'Install CastXML' inputs: - script: brew install castxml + script: | + brew update + brew install castxml - task: CmdLine@2 displayName: 'Install Nuke'