From d100d41ea1b2291316efd06913c665633c99786c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 20 Apr 2023 08:19:33 -0700 Subject: [PATCH] Fix PATH reference to Wasmtime version --- ci/docker/wasm32-wasi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/wasm32-wasi/Dockerfile b/ci/docker/wasm32-wasi/Dockerfile index 19e6ae035f..5be645507f 100644 --- a/ci/docker/wasm32-wasi/Dockerfile +++ b/ci/docker/wasm32-wasi/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \ clang RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/v8.0.0/wasmtime-v8.0.0-x86_64-linux.tar.xz | tar xJf - -ENV PATH=$PATH:/wasmtime-dev-x86_64-linux +ENV PATH=$PATH:/wasmtime-v8.0.0-x86_64-linux ENV CARGO_TARGET_WASM32_WASI_RUNNER="wasmtime \ --wasm-features=threads,relaxed-simd \