Browse Source

Add workaround for for failing CastXML on macOS by

manually updating Hombrew. cc @jkoritzinsky
pull/2232/head
Jumar Macato 7 years ago
parent
commit
b7e196b57e
No known key found for this signature in database GPG Key ID: B19884DAC3A5BF3F
  1. 4
      azure-pipelines.yml

4
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'

Loading…
Cancel
Save