CI: Switch leftover action to dtolnay/rust-toolchain

Missed this I guess.
This commit is contained in:
Ivan Molodetskikh
2024-07-28 11:04:02 +03:00
parent af904d23ac
commit 73be5b2ba1

View File

@@ -153,11 +153,9 @@ jobs:
with:
show-progress: false
- name: Install Rust
run: |
rustup set auto-self-update check-only
rustup toolchain install nightly --profile minimal --component rustfmt
rustup override set nightly
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- name: Run rustfmt
run: cargo fmt --all -- --check