Skip to content

Commit 982fe28

Browse files
committed
fix tests
1 parent 4479e30 commit 982fe28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Install wasm-strip
2525
run: sudo apt install -y wabt
2626

27+
- name: rustup
28+
run: rustup target add wasm32-wasip1
29+
2730
- name: Run tests
2831
run: make test
2932

0 commit comments

Comments
 (0)