This commit is contained in:
Andras Schmelczer 2025-01-19 21:34:28 +00:00
commit b03e829450
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -23,6 +23,7 @@ jobs:
- name: Build wasm - name: Build wasm
run: | run: |
cd backend cd backend
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