Skip to content

Commit 0b777e4

Browse files
committed
add wasm32 target for runtime compilation
1 parent b85e4e6 commit 0b777e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/smoldot-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: Install Rust toolchain
2828
uses: dtolnay/rust-toolchain@stable
29+
with:
30+
targets: wasm32-unknown-unknown
2931

3032
- name: Install system dependencies
3133
run: |

0 commit comments

Comments
 (0)