mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
chore(ci): install wasm-bindgen
This commit is contained in:
parent
2903a47ddb
commit
848f66f327
1 changed files with 3 additions and 0 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -30,6 +30,9 @@ jobs:
|
|||
|
||||
- run: rustup toolchain install stable --profile minimal
|
||||
- run: rustup target add wasm32-unknown-unknown
|
||||
- uses: jetli/wasm-bindgen-action@v0.2.0
|
||||
with:
|
||||
version: 'latest'
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
|
|
Loading…
Reference in a new issue