Skip to content

Commit 921aafb

Browse files
committed
still debugging
1 parent 19be05d commit 921aafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: cargo build
2626

2727
- name: Install test dependencies
28-
run: cargo install --locked wasmtime
28+
run: curl https://wasmtime.dev/install.sh -sSf | bash
2929

3030
- name: Codegen Tests
3131
run: cargo run test --languages kotlin --artifacts target/artifacts tests/codegen

0 commit comments

Comments
 (0)