From dd987ed70730de70e232d4f1a931a88dc8b3a619 Mon Sep 17 00:00:00 2001 From: Patrice Tisserand Date: Wed, 14 Aug 2024 12:05:49 +0200 Subject: [PATCH] CI: dontt override rust-toolchain version --- .github/workflows/arkproject-rs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/arkproject-rs.yml b/.github/workflows/arkproject-rs.yml index 8d85514e2..4c4efe521 100644 --- a/.github/workflows/arkproject-rs.yml +++ b/.github/workflows/arkproject-rs.yml @@ -46,7 +46,6 @@ jobs: with: profile: minimal toolchain: stable - override: true - name: Run cargo check uses: actions-rs/cargo@v1 with: @@ -79,7 +78,6 @@ jobs: with: profile: minimal toolchain: stable - override: true components: rustfmt, clippy - name: Run cargo fmt uses: actions-rs/cargo@v1