Skip to content

Commit 092f607

Browse files
Update wasmer version
1 parent a5bcfb2 commit 092f607

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
@@ -1,6 +1,6 @@
11
install_wasmer() {
22
export WASMER_DIR="${WASMER_DIR:-/opt/wasmer}"
3-
curl https://get.wasmer.io -sSfL | sh -s "2.1.1"
3+
curl https://get.wasmer.io -sSfL | sh -s "2.3.0"
44
ln -sf "$WASMER_DIR/bin/wasmer" "$PREFIX/bin/wasmer"
55
}
66

0 commit comments

Comments
 (0)