From 6946d6883a88835117836f2a55cc215d1ce7d3e9 Mon Sep 17 00:00:00 2001 From: Syrus Date: Fri, 13 Dec 2019 11:52:59 -0800 Subject: [PATCH] Install LLVM for the CAPI --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 43a32604d..6308d422b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -180,7 +180,7 @@ jobs: - checkout: self submodules: true - template: .azure/install-rust.yml - # - template: .azure/install-llvm.yml + - template: .azure/install-llvm.yml - template: .azure/install-sccache.yml - template: .azure/install-cmake.yml - bash: |