Skip to content

Commit

Permalink
Update wasmtime to v17.0.1, which includes the new CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Aug 28, 2024
1 parent c3ba3f7 commit bbd5692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift-ci/main/install-extra-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

install_wasmtime() {
export WASMTIME_HOME="${WASMTIME_HOME:-$PREFIX/wasmtime}"
curl https://wasmtime.dev/install.sh -sSf | bash /dev/stdin --version v10.0.1
curl https://wasmtime.dev/install.sh -sSf | bash /dev/stdin --version v17.0.1
ln -sf "$WASMTIME_HOME/bin/wasmtime" "$PREFIX/bin/wasmtime"
}

Expand Down

0 comments on commit bbd5692

Please sign in to comment.