From 17741b1cb0842da057670d1514954010d2f075c3 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 19 Jul 2021 12:55:35 +0200 Subject: [PATCH] Remove the need for llvm --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e13253b5..af1ba5bc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ jobs: vmImage: "ubuntu-20.04" steps: - script: | - sudo apt-get install build-essential curl cmake llvm lld + sudo apt-get install build-essential curl cmake lld displayName: Install system packages - script: | curl https://get.wasmer.io -sSfL | sh