Skip to content

Commit 4ae22dc

Browse files
committed
fix: Fixed the sqlite wasm example test
1 parent 73c2b90 commit 4ae22dc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/examples.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,9 @@ jobs:
267267

268268
- name: Setup Rust
269269
run: rustup show active-toolchain || rustup toolchain install
270+
271+
- name: Add wasm32-unknown-unknown toolchain
272+
run: rutup target add wasm32-unknown-unknown
270273

271274
- uses: Swatinem/rust-cache@v2
272275

0 commit comments

Comments
 (0)