Azure Pipelines CI: remove the need for llvm

This commit is contained in:
Frank Denis
2021-07-19 13:00:16 +02:00
parent 677572ec1b
commit 78c9d1eade
+1 -1
View File
@@ -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