fix(ci): install rustfmt component for stable toolchain
This commit is contained in:
@@ -48,6 +48,8 @@ jobs:
|
||||
|
||||
- name: Setup Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
components: rustfmt
|
||||
|
||||
- name: Check formatting
|
||||
working-directory: backend
|
||||
|
||||
Reference in New Issue
Block a user