From db21f70612c56662241a4912a194c1a0362ac907 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Fri, 3 Jan 2025 15:10:03 +0000 Subject: [PATCH] Remove rustup --- .github/workflows/check.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1bf9a333..e69043f5 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -19,9 +19,6 @@ jobs: - name: Setup run: | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - . "$HOME/.cargo/env" - rustup install nightly rustup default nightly rustup component add clippy rustfmt @@ -34,7 +31,7 @@ jobs: run: | cd backend cargo install wasm-pack - wasm-pack build --target web sync_lib --features wee_alloc + wasm-pack build --target web sync_lib - name: Lint backend run: |