Try fixing CI
This commit is contained in:
parent
861eda38cf
commit
8965477e2f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue