Skip to content

Commit 79f6664

Browse files
committed
Install wasmtime for testing
1 parent ed8f152 commit 79f6664

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
with:
6262
toolchain: stable
6363
override: true
64+
- uses: cargo-bins/cargo-binstall@main
65+
- name: Install wasmtime-cli
66+
run: cargo binstall --force --locked wasmtime-cli@33.0.0
6467
- name: Install moonbit
6568
run: |
6669
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash -s -- 0.6.19

0 commit comments

Comments
 (0)