diff options
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 80c7f098..241de69a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,6 +47,7 @@ jobs: - bash: | sudo xcode-select -s /Applications/Xcode_10.2.app brew install ninja + brew search clang brew install clang@8 displayName: 'Install' - bash: | |