Skip to content

Commit bbd5692

Browse files
Update wasmtime to v17.0.1, which includes the new CLI
1 parent c3ba3f7 commit bbd5692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/main/install-extra-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)