We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19be05d commit 921aafbCopy full SHA for 921aafb
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
run: cargo build
26
27
- name: Install test dependencies
28
- run: cargo install --locked wasmtime
+ run: curl https://wasmtime.dev/install.sh -sSf | bash
29
30
- name: Codegen Tests
31
run: cargo run test --languages kotlin --artifacts target/artifacts tests/codegen
0 commit comments