mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
CI: Switch leftover action to dtolnay/rust-toolchain
Missed this I guess.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user