Skip to content

Commit 7dd72f5

Browse files
committed
still debugging
1 parent 921aafb commit 7dd72f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
run: cargo build
2626

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

3030
- name: Codegen Tests
31-
run: cargo run test --languages kotlin --artifacts target/artifacts tests/codegen
31+
run: cargo run test --runner tools/bin/wasmtime --languages kotlin --artifacts target/artifacts tests/codegen
3232

3333

3434
notify-downstream:

0 commit comments

Comments
 (0)