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
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
|
whoami
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
rustup install nightly
|
rustup install nightly
|
||||||
rustup default nightly
|
rustup default nightly
|
||||||
rustup component add clippy rustfmt
|
rustup component add clippy rustfmt
|
||||||
|
|
@ -29,8 +31,6 @@ jobs:
|
||||||
|
|
||||||
- name: Build wasm
|
- name: Build wasm
|
||||||
run: |
|
run: |
|
||||||
whoami
|
|
||||||
. "$HOME/.cargo/env"
|
|
||||||
cd backend
|
cd backend
|
||||||
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