Skip to content

Commit 22f9a17

Browse files
committed
ci: add wasm32-unknown-unknown
1 parent 71ef66e commit 22f9a17

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
target/
3030
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3131

32+
- run: |
33+
rustup target add wasm32-unknown-unknown
34+
3235
- name: Build
3336
run: cargo build --release
3437

0 commit comments

Comments
 (0)