This commit is contained in:
Andras Schmelczer 2025-02-23 10:48:30 +00:00
parent df0fae74ec
commit 78266267c6
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -23,7 +23,8 @@ jobs:
- name: Build wasm
run: |
cd backend
rustup install nightly && rustup default nightly
rustup install nightly
rustup default nightly
cargo install wasm-pack
wasm-pack build --target web sync_lib