Browse Source

Merge branch 'master' into system-fonts

pull/2227/head
Jeffrey Ye 7 years ago
committed by GitHub
parent
commit
033bbfa9e8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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