Remove the need for llvm
This commit is contained in:
parent
dbb8d4ec44
commit
17741b1cb0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user