Browse Source

Azure Pipelines CI: remove the need for llvm

master
Frank Denis 3 years ago
parent
commit
78c9d1eade
  1. 2
      azure-pipelines.yml

2
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

Loading…
Cancel
Save