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