From b00bae238af2ffc68c11b09d690e155654d32602 Mon Sep 17 00:00:00 2001 From: Jacob Wujciak-Jens Date: Tue, 10 Jun 2025 14:52:45 +0200 Subject: [PATCH] Replace actions-rs actions --- .github/workflows/release.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cbb16e..e399853 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,11 +29,9 @@ jobs: uses: actions/checkout@v2 - name: Install stable toolchain - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true + run: | + rustup toolchain add --profile=minimal stable + rustup override set stable - run: cargo publish env: