Format
This commit is contained in:
parent
df0fae74ec
commit
78266267c6
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish-plugin.yml
vendored
3
.github/workflows/publish-plugin.yml
vendored
|
|
@ -23,7 +23,8 @@ jobs:
|
||||||
- name: Build wasm
|
- name: Build wasm
|
||||||
run: |
|
run: |
|
||||||
cd backend
|
cd backend
|
||||||
rustup install nightly && rustup default nightly
|
rustup install nightly
|
||||||
|
rustup default nightly
|
||||||
cargo install wasm-pack
|
cargo install wasm-pack
|
||||||
wasm-pack build --target web sync_lib
|
wasm-pack build --target web sync_lib
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue