Remove the need for llvm

This commit is contained in:
Frank Denis 2021-07-19 12:55:35 +02:00
parent dbb8d4ec44
commit 17741b1cb0

View File

@ -10,7 +10,7 @@ jobs:
vmImage: "ubuntu-20.04" vmImage: "ubuntu-20.04"
steps: steps:
- script: | - script: |
sudo apt-get install build-essential curl cmake llvm lld sudo apt-get install build-essential curl cmake lld
displayName: Install system packages displayName: Install system packages
- script: | - script: |
curl https://get.wasmer.io -sSfL | sh curl https://get.wasmer.io -sSfL | sh