From 570d1a3e6bc51664f4b1465001749926682ed520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wo=C5=BAniak?= Date: Thu, 21 Nov 2024 12:24:11 +0100 Subject: [PATCH] Change toolchain action to not archived --- .github/workflows/generate.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index c92593f..4c43a34 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -15,12 +15,10 @@ jobs: with: name: ${{ env.PROJECT_NAME }} - name: Install Rust - uses: actions-rs/toolchain@v1 + uses: dtolnay/rust-toolchain@stable with: - toolchain: 1.81.0 - target: wasm32-unknown-unknown - profile: minimal - override: true + toolchain: 1.75.0 + targets: wasm32-unknown-unknown components: rustfmt, clippy # we need to move the generated project to a temp folder, away from the template project # otherwise `cargo` runs would fail