Remove rustup
This commit is contained in:
parent
ed162b2ee9
commit
db21f70612
1 changed files with 1 additions and 4 deletions
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
|
|
@ -19,9 +19,6 @@ jobs:
|
||||||
|
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
|
||||||
. "$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
|
||||||
|
|
@ -34,7 +31,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd backend
|
cd backend
|
||||||
cargo install wasm-pack
|
cargo install wasm-pack
|
||||||
wasm-pack build --target web sync_lib --features wee_alloc
|
wasm-pack build --target web sync_lib
|
||||||
|
|
||||||
- name: Lint backend
|
- name: Lint backend
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue