From 5e8969a48df565015137b2b17040ae911a76599e Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 13 Sep 2019 11:26:23 +0200 Subject: [PATCH] Revert "Try installing wasmtime instead of wasmer" This reverts commit 0dc43505f7357e9daffca4b519305e77d29db162. --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d80f7f43..45a624ea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,9 +15,9 @@ jobs: - script: | curl https://sh.rustup.rs -sSf | sh -s -- -y --channel=beta source ${HOME}/.cargo/env - git clone --recursive https://github.com/CraneStation/wasmtime.git - (cd wasmtime && cargo install --path .) - displayName: Install wasmtime + git clone --recursive https://github.com/wasmerio/wasmer.git + (cd wasmer && cargo install --path .) + displayName: Install wasmer - script: | curl -sL -o wasi-sdk.deb https://github.com/CraneStation/wasi-sdk/releases/download/wasi-sdk-6/wasi-sdk_6.0_amd64.deb sudo dpkg -i wasi-sdk.deb && rm -f wasi-sdk.deb