Skip to content

Commit d100d41

Browse files
alexcrichtonAmanieu
authored andcommitted
Fix PATH reference to Wasmtime version
1 parent 4d9d779 commit d100d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/wasm32-wasi/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
88
clang
99

1010
RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/v8.0.0/wasmtime-v8.0.0-x86_64-linux.tar.xz | tar xJf -
11-
ENV PATH=$PATH:/wasmtime-dev-x86_64-linux
11+
ENV PATH=$PATH:/wasmtime-v8.0.0-x86_64-linux
1212

1313
ENV CARGO_TARGET_WASM32_WASI_RUNNER="wasmtime \
1414
--wasm-features=threads,relaxed-simd \

0 commit comments

Comments
 (0)