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