Try fixing CI

This commit is contained in:
Andras Schmelczer 2025-01-03 15:15:14 +00:00
parent 861eda38cf
commit 8965477e2f
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -19,6 +19,8 @@ jobs:
- name: Setup
run: |
whoami
. "$HOME/.cargo/env"
rustup install nightly
rustup default nightly
rustup component add clippy rustfmt
@ -29,8 +31,6 @@ jobs:
- name: Build wasm
run: |
whoami
. "$HOME/.cargo/env"
cd backend
cargo install wasm-pack
wasm-pack build --target web sync_lib