diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c048790..71a7949 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -55,14 +55,6 @@ jobs: - name: Checkout sources uses: actions/checkout@v3 - - name: Install nightly toolchain - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: nightly - override: true - components: rustfmt, clippy - - uses: Swatinem/rust-cache@v1 - name: Run cargo clippy @@ -80,14 +72,6 @@ jobs: - name: Checkout sources uses: actions/checkout@v3 - - name: Install nightly toolchain - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: nightly - override: true - components: rustfmt, clippy - - uses: Swatinem/rust-cache@v1 - name: Run cargo fmt