Skip to content

Commit

Permalink
ci: updatew Wasmtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Jan 23, 2024
1 parent d74770e commit 79abf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79abf04

Please sign in to comment.