From a5e69ca548383c0ff382e94924781fa5e1a936d8 Mon Sep 17 00:00:00 2001 From: Cromefire_ Date: Sun, 10 Dec 2023 17:02:38 +0100 Subject: [PATCH] Readded set default step --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ffc1edca87a..94990b63dc6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,6 +64,9 @@ jobs: target: ${{ matrix.target }} components: clippy + - name: Set default rust version + run: rustup default ${{ env.RUST_TOOLCHAIN }} + - name: Sccache cache uses: mozilla-actions/sccache-action@v0.0.3 with: