From 79abf04bd7c3cafa4942c26caa249d983ef6cecf Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 23 Jan 2024 14:14:11 -0800 Subject: [PATCH] ci: updatew Wasmtime version --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c928441..6bb9d96 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -23,7 +23,7 @@ jobs: run: | rustup target add wasm32-wasi rustup target add wasm32-unknown-unknown - git clone https://github.com/bytecodealliance/wasmtime -b v0.27.0 --depth 1 --recursive + git clone https://github.com/bytecodealliance/wasmtime --branch v16.0.0 --depth 1 --recursive cd wasmtime OPENVINO_INSTALL_DIR=/opt/intel/openvino cargo build -p wasmtime-cli --features wasi-nn --release sudo ln -s $(realpath target/release/wasmtime) /usr/local/bin/wasmtime