We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ba3f7 commit bbd5692Copy full SHA for bbd5692
swift-ci/main/install-extra-packages.sh
@@ -2,7 +2,7 @@
2
3
install_wasmtime() {
4
export WASMTIME_HOME="${WASMTIME_HOME:-$PREFIX/wasmtime}"
5
- 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
6
ln -sf "$WASMTIME_HOME/bin/wasmtime" "$PREFIX/bin/wasmtime"
7
}
8
0 commit comments